forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
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 $@