commit | b1f8b56f455ca5a30e22f1d2496dfbbfd1e24e37 | [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 | 1125e291fbc5ee977a296065d24694a4861785fa [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>