Re: [PATCH 01/29] arm: x86: Drop discarding of command linker-lists

2023-11-15 Thread Tom Rini
On Sat, Nov 11, 2023 at 05:08:46PM -0700, Simon Glass wrote: > Since we can now cleanly disable CMDLINE when needed, drop the rules > which discard the command code. It will not be built in the first > place. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Descri

[PATCH 01/29] arm: x86: Drop discarding of command linker-lists

2023-11-11 Thread Simon Glass
Since we can now cleanly disable CMDLINE when needed, drop the rules which discard the command code. It will not be built in the first place. Signed-off-by: Simon Glass --- arch/arm/cpu/u-boot.lds | 3 --- arch/x86/cpu/u-boot-64.lds | 4 arch/x86/cpu/u-boot-spl.lds | 4 arch/x86