diff options
| author | Wadim Egorov <[email protected]> | 2024-08-30 02:09:28 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-09-10 13:16:01 -0600 |
| commit | d0bc2ac2bda96b4bdc0827b364f84e1046ee0f00 (patch) | |
| tree | 92be4aaacf182d1a0e2a57eb2d715acda3286143 /configs/phycore_am64x_a53_defconfig | |
| parent | c5cb9e548981ee969fb3b4c75dd09b835463295f (diff) | |
configs: phycore_am64x_a53_defconfig: Enable CONFIG_OF_BOARD_SETUP
Enable CONFIG_OF_BOARD_SETUP to fixup kernel device tree with mtd
partitions.
Signed-off-by: Wadim Egorov <[email protected]>
Signed-off-by: Daniel Schultz <[email protected]>
Diffstat (limited to 'configs/phycore_am64x_a53_defconfig')
| -rw-r--r-- | configs/phycore_am64x_a53_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/phycore_am64x_a53_defconfig b/configs/phycore_am64x_a53_defconfig index 1af72e8bb32..5651a25c5dd 100644 --- a/configs/phycore_am64x_a53_defconfig +++ b/configs/phycore_am64x_a53_defconfig @@ -37,6 +37,7 @@ CONFIG_SPL_SPI=y CONFIG_SPL_LOAD_FIT=y CONFIG_SPL_LOAD_FIT_ADDRESS=0x81000000 CONFIG_BOOTSTD_FULL=y +CONFIG_OF_BOARD_SETUP=y CONFIG_BOOTCOMMAND="run mmcboot; bootflow scan -lb" CONFIG_DEFAULT_FDT_FILE="oftree" CONFIG_BOARD_LATE_INIT=y |
