]> git.dujemihanovic.xyz Git - u-boot.git/commit
include: env: ti: Add a generic default_findfdt.env
authorNishanth Menon <nm@ti.com>
Fri, 25 Aug 2023 18:02:55 +0000 (13:02 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 8 Sep 2023 14:07:12 +0000 (10:07 -0400)
commit03eb84c632fcfe68ffb6121870e32a92100203c7
tree1fb4f09d7e0096d7bb4725188c6642fc784a5b7d
parentbf9c61acb6caed97114029d2dc1e91b148cd9b8a
include: env: ti: Add a generic default_findfdt.env

ti_mmc bootmethod uses a findfdt routine that is expected to be
implemented by all platforms.

Define a default findfdt based on configured DEFAULT_DEVICE_TREE option
for u-boot. This saves duplication across multiple boards and handles
architecture folder location changes centrally.

TI ARMV7 platforms will need to override default_device_tree_subarch
in the env file to point to the appropriate platform. Note: default
"omap" is used to cater to "most common" default.

Tested-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
include/env/ti/default_findfdt.env [new file with mode: 0644]