summaryrefslogtreecommitdiff
path: root/configs/T2080RDB_SDCARD_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-06-15 12:58:06 -0400
committerTom Rini <trini@konsulko.com>2019-06-15 12:58:06 -0400
commit8754656680b673b64282bc8d03c0e3f3ad0978c4 (patch)
tree8a581bacb77dd20d91cdb9cf1d35821668ed7889 /configs/T2080RDB_SDCARD_defconfig
parent698bc1f2e95af4d909fb6a0f9a4b9ce32287ac5f (diff)
parent75846445edaa9cd2ec71ae21178d769656b8435b (diff)
downloadu-boot-8754656680b673b64282bc8d03c0e3f3ad0978c4.tar.gz
Merge branch '2019-06-14-master-imports'
- Kconfig migrations of SPL_BOOT_xxx, SYS_LDSCRIPT, IP_DEFRAG, TFTP_BLOCKSIZE. - Typo fixes, other minor corrections.
Diffstat (limited to 'configs/T2080RDB_SDCARD_defconfig')
-rw-r--r--configs/T2080RDB_SDCARD_defconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/T2080RDB_SDCARD_defconfig b/configs/T2080RDB_SDCARD_defconfig
index d8fc219fad..d40ae389ba 100644
--- a/configs/T2080RDB_SDCARD_defconfig
+++ b/configs/T2080RDB_SDCARD_defconfig
@@ -12,10 +12,12 @@ CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_OF_BOARD_SETUP=y
CONFIG_OF_STDOUT_VIA_ALIAS=y
-CONFIG_SYS_EXTRA_OPTIONS="RAMBOOT_PBL,SPL_FSL_PBL,SDCARD"
+CONFIG_SYS_EXTRA_OPTIONS="RAMBOOT_PBL,SDCARD"
CONFIG_BOOTDELAY=10
CONFIG_BOARD_EARLY_INIT_R=y
# CONFIG_SPL_FRAMEWORK is not set
+CONFIG_SPL_MMC_BOOT=y
+CONFIG_SPL_FSL_PBL=y
CONFIG_SPL_TEXT_BASE=0xFFFD8000
CONFIG_SPL_ENV_SUPPORT=y
CONFIG_SPL_I2C_SUPPORT=y