commit | 84f4b5b0492fa35e9a4859008853318aa0b20458 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Nov 18 14:04:49 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 13 11:51:24 2023 -0500 |
tree | e162e8bc3319c675c53cf690bf6d9c05895f38aa | |
parent | 0f1c62ed58b14224055191e31cd69322a0647d07 [diff] |
arm: x86: Drop discarding of command linker-lists 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 <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>