commit | 892f8c636aed8484af7ff4b54d1412293869005a | [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 | 03f146c653b003d34aae89ea44bb389855bcd18d [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>