]> git.dujemihanovic.xyz Git - u-boot.git/commit
ddr: marvell: a38x: debug: Allow compiling with immutable debug settings to reduce...
authorMarek Behún <kabel@kernel.org>
Tue, 18 Jun 2024 15:34:28 +0000 (17:34 +0200)
committerStefan Roese <sr@denx.de>
Mon, 8 Jul 2024 06:20:58 +0000 (08:20 +0200)
commit259556e5aa173fab679256606db494448d30418c
tree055d9b8d454d68cc7ca4c253fa06d65bf94646ae
parent411e71f7df830a896069dd96f63f8872a7231d6e
ddr: marvell: a38x: debug: Allow compiling with immutable debug settings to reduce binary size

Allow compiling with immutable debug settings:
- DEBUG_LEVEL is always set to DEBUG_LEVEL_ERROR
- register dumps are disabled

This can save around 10 KiB of space in the resulting binary, which is a
lot in U-Boot SPL.

Signed-off-by: Marek Behún <kabel@kernel.org>
arch/arm/mach-mvebu/Kconfig
drivers/ddr/marvell/a38x/ddr3_debug.c
drivers/ddr/marvell/a38x/ddr3_init.c
drivers/ddr/marvell/a38x/ddr3_init.h