soc/qualcomm: Remove default ops to generate bootblock.bin
This is done by default in the main Makefile.inc. TEST: With BUILD_TIMELESS=1 the resulting binary is identical before and after the change. Change-Id: Ie85e023df1f1c2b0f115e4f92719a511f60019c3 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35899 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
parent
0e5b196cb6
commit
7f9b90f0a6
|
@ -52,8 +52,4 @@ ramstage-$(CONFIG_DRIVERS_UART) += uart.c
|
|||
|
||||
CPPFLAGS_common += -Isrc/soc/qualcomm/qcs405/include
|
||||
|
||||
$(objcbfs)/bootblock.bin: $(objcbfs)/bootblock.raw.bin
|
||||
@printf "Generating: $(subst $(obj)/,,$(@))\n"
|
||||
cp $(objcbfs)/bootblock.raw.bin $(objcbfs)/bootblock.bin
|
||||
|
||||
endif
|
||||
|
|
|
@ -48,8 +48,4 @@ ramstage-y += aop_load_reset.c
|
|||
CPPFLAGS_common += -Isrc/soc/qualcomm/sdm845/include
|
||||
CPPFLAGS_common += -Isrc/soc/qualcomm/common/include
|
||||
|
||||
$(objcbfs)/bootblock.bin: $(objcbfs)/bootblock.raw.bin
|
||||
@printf "Generating: $(subst $(obj)/,,$(@))\n"
|
||||
cp $(objcbfs)/bootblock.raw.bin $(objcbfs)/bootblock.bin
|
||||
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue