forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
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 $@