forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/arch/arm/boot/Makefile
....@@ -32,7 +32,7 @@
3232 ifeq ($(CONFIG_XIP_KERNEL),y)
3333
3434 cmd_deflate_xip_data = $(CONFIG_SHELL) -c \
35
- '$(srctree)/$(src)/deflate_xip_data.sh $< $@ || { rm -f $@; false; }'
35
+ '$(srctree)/$(src)/deflate_xip_data.sh $< $@'
3636
3737 ifeq ($(CONFIG_XIP_DEFLATED_DATA),y)
3838 quiet_cmd_mkxip = XIPZ $@