u-boot-brain/arch/arm/lib
Samuel Holland c2343695e3 arm: zimage: Use correct symbol to hide messages in SPL
When zImage support was added to SPL, the messages were hidden to reduce
code size. However, the wrong config symbol was used. Since this file is
only built when CONFIG_SPL_FRAMEWORK=y, the messages were always hidden.

Use the correct symbol so the messages are printed in U-Boot proper.
Also use IS_ENABLED to drop the #ifdef.

Fixes: 431889d6ad ("spl: zImage support in Falcon mode")
Signed-off-by: Samuel Holland <samuel@sholland.org>
2021-04-27 08:05:30 -04:00
..
ashldi3.S
ashrdi3.S
asm-offsets.c
bdinfo.c Merge branch '2021-02-02-drop-asm_global_data-when-unused' 2021-02-15 10:16:45 -05:00
bootm-fdt.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
bootm.c bootm: do not hang on failure 2021-04-12 17:17:11 -04:00
cache-cp15.c arm: cp15: remove weak function arm_init_domains 2021-03-02 15:53:37 -05:00
cache-pl310.c
cache.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
ccn504.S
cmd_boot.c command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
crt0_64.S arm64: Add support for larger PIE U-Boot 2020-09-22 12:47:28 +02:00
crt0_aarch64_efi.S efi_loader: add Linux magic to aarch64 crt0 2021-01-29 20:22:40 +01:00
crt0_arm_efi.S
crt0.S arm: Add SPL build check to SPL early bss clear 2020-08-04 23:30:02 -04:00
debug.S
div0.c common: Move hang() to the same header as panic() 2020-01-17 17:53:40 -05:00
div64.S
eabi_compat.c
elf_aarch64_efi.lds
elf_arm_efi.lds
gic_64.S
gic-v3-its.c arm64: gic-v3-its: Clear the Pending table before enabling LPIs 2021-04-20 07:31:12 -04:00
image.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
interrupts_64.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
interrupts_m.c reset: Remove addr parameter from reset_cpu() 2021-03-02 14:03:02 -05:00
interrupts.c reset: Remove addr parameter from reset_cpu() 2021-03-02 14:03:02 -05:00
lib1funcs.S
lshrdi3.S
Makefile bdinfo: arm: Move ARM-specific info into its own file 2020-06-25 13:24:12 -04:00
memcpy.S
memset.S
muldi3.S
psci-dt.c treewide: use CONFIG_IS_ENABLED() for ARMV8_SEC_FIRMWARE_SUPPORT 2020-12-04 16:09:05 -05:00
reloc_aarch64_efi.c
reloc_arm_efi.c
relocate_64.S common: Move relocate_code() to init.h 2020-01-17 13:26:49 -05:00
relocate.S arm: armv7m: clean up armv7m unified code compilation 2018-09-10 21:19:33 -04:00
reset.c reset: Remove addr parameter from reset_cpu() 2021-03-02 14:03:02 -05:00
sections.c
semihosting.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
setjmp_aarch64.S
setjmp.S
spl.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
stack.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
uldivmod.S
vectors_m.S
vectors.S
zimage.c arm: zimage: Use correct symbol to hide messages in SPL 2021-04-27 08:05:30 -04:00