diff options
author | Tom Rini <trini@konsulko.com> | 2020-01-03 09:48:47 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-01-03 09:48:47 -0500 |
commit | 8fbbec12f7d2c18f8883f3371cfca74a98b5dd87 (patch) | |
tree | a0e6f0bd143fa9baefe2c927b7fe089ebe8d51d7 /configs/ls1043ardb_sdcard_defconfig | |
parent | 87f69f467a8335b171c71bf217d2625d515acd7c (diff) | |
parent | 63618e71e89b3fc669d56bcb4389e70a6b3a4ea8 (diff) |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq into next
- updates and fixes on ls1028a, lx2, ls1046a, MC-DPSPARSER support
Diffstat (limited to 'configs/ls1043ardb_sdcard_defconfig')
-rw-r--r-- | configs/ls1043ardb_sdcard_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1043ardb_sdcard_defconfig b/configs/ls1043ardb_sdcard_defconfig index 81b01318b2..bf786edb32 100644 --- a/configs/ls1043ardb_sdcard_defconfig +++ b/configs/ls1043ardb_sdcard_defconfig @@ -11,6 +11,7 @@ CONFIG_ENV_SIZE=0x2000 CONFIG_ENV_OFFSET=0x300000 CONFIG_NR_DRAM_BANKS=2 CONFIG_SPL=y +CONFIG_SPL_FSL_PBL=y CONFIG_SPL_TEXT_BASE=0x10000000 CONFIG_DISTRO_DEFAULTS=y CONFIG_FIT_VERBOSE=y |