commit | 1b377a9ffeb5bf5716f75d6f52bc3fe6a00adc8c | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Oct 07 15:36:58 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 16 10:25:02 2023 -0400 |
tree | ef00166ccb8fa686b1b98cc65c20f4c6f7c6211c | |
parent | 3616218b5acea74011aea2d14aa1f6366f242849 [diff] |
cmd/ti: Update Kconfig logic and Makefile recursion logic - Add some dependencies to CMD_DDR3 as this is only valid on some platforms (which tend to select it as well). - The proper gate for going in to cmd/ti is not CONFIG_TI_COMMON_CMD_OPTIONS as nothing under there is controlled by that symbol but the general TI architecture options. Signed-off-by: Tom Rini <trini@konsulko.com>