forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
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 $@