commit | e8bd758621b4158f699d905106887d6cb77b4faa | [log] [tgz] |
---|---|---|
author | Marek BehĂșn <kabel@kernel.org> | Tue Jun 18 17:34:28 2024 +0200 |
committer | Stefan Roese <sr@denx.de> | Mon Jul 08 08:20:58 2024 +0200 |
tree | 055d9b8d454d68cc7ca4c253fa06d65bf94646ae | |
parent | 11ffc3866f0bb436f9a673e950acc26e313fd66f [diff] |
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>