]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd/ti: Update Kconfig logic and Makefile recursion logic
authorTom Rini <trini@konsulko.com>
Sat, 7 Oct 2023 19:36:58 +0000 (15:36 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 16 Oct 2023 14:25:02 +0000 (10:25 -0400)
commit1b377a9ffeb5bf5716f75d6f52bc3fe6a00adc8c
treeef00166ccb8fa686b1b98cc65c20f4c6f7c6211c
parent3616218b5acea74011aea2d14aa1f6366f242849
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>
cmd/Makefile
cmd/ti/Kconfig
cmd/ti/Makefile