commit | 2289ca9643826f7c6106da122a1d32405b606ccf | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Sep 14 10:55:52 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 19 11:36:26 2023 -0400 |
tree | 6eeda080f7cf1b3af3b6d058d23b62ee9c8f523b | |
parent | dfcedda04bb3a3295f10a44985b223b4bdeb87f9 [diff] |
Kconfig: Move SPL_FIT under FIT This option already depends on FIT, so put it under the same umbrella, so that it appears in the FIT menu. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>