diff options
| author | Adam Ford <[email protected]> | 2024-05-01 04:57:51 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-07 11:47:13 -0600 |
| commit | 160ab4ba9fe1d112e98bcdfc708be305907377c9 (patch) | |
| tree | 5889f617bc887374a28b4f246a4726767bb57b9d /configs | |
| parent | f7404d1395be390148d62ab497a194bf13b8f4ea (diff) | |
arm: ti: am3517_evm: Migrate to OF_UPSTREAM
With the feature of OF_UPSTREAM now available, the device trees
for the SOM and baseboard can now deleted and the device tree
locations need to point to the ti/omap directory.
Signed-off-by: Adam Ford <[email protected]>
V2: Remove DT reference from Makefile.
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/am3517_evm_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/am3517_evm_defconfig b/configs/am3517_evm_defconfig index 66bb4f6371d..70498ca7fb2 100644 --- a/configs/am3517_evm_defconfig +++ b/configs/am3517_evm_defconfig @@ -8,7 +8,7 @@ CONFIG_TI_COMMON_CMD_OPTIONS=y CONFIG_NR_DRAM_BANKS=2 CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x4020ff00 -CONFIG_DEFAULT_DEVICE_TREE="am3517-evm" +CONFIG_DEFAULT_DEVICE_TREE="ti/omap/am3517-evm" CONFIG_SPL_TEXT_BASE=0x40200000 CONFIG_TARGET_AM3517_EVM=y CONFIG_EMIF4=y @@ -58,6 +58,7 @@ CONFIG_MTDPARTS_DEFAULT="mtdparts=omap2-nand.0:512k(MLO),1920k(u-boot),256k(u-bo CONFIG_CMD_UBI=y CONFIG_OF_CONTROL=y CONFIG_SPL_OF_CONTROL=y +CONFIG_OF_UPSTREAM=y CONFIG_ENV_OVERWRITE=y # CONFIG_ENV_IS_IN_FAT is not set CONFIG_ENV_IS_IN_NAND=y |
