diff options
author | Tom Rini <trini@konsulko.com> | 2019-06-21 17:11:23 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-06-21 17:11:23 +0300 |
commit | f5128514137633ee951b1c484945bec9092c4e99 (patch) | |
tree | 809041444563947c9df97e6e7149abf79c9431b6 /configs/phycore_pcl063_ull_defconfig | |
parent | 19b81032d65c9d0747e16b6009c639adb880b064 (diff) | |
download | u-boot-f5128514137633ee951b1c484945bec9092c4e99.tar.xz |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/phycore_pcl063_ull_defconfig')
-rw-r--r-- | configs/phycore_pcl063_ull_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/phycore_pcl063_ull_defconfig b/configs/phycore_pcl063_ull_defconfig index 75408a8344..5c07b954b6 100644 --- a/configs/phycore_pcl063_ull_defconfig +++ b/configs/phycore_pcl063_ull_defconfig @@ -6,10 +6,9 @@ CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_TARGET_PCL063_ULL=y CONFIG_SPL_MMC_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y +CONFIG_NR_DRAM_BANKS=8 CONFIG_SPL=y -# CONFIG_CMD_DEKBLOB is not set CONFIG_DISTRO_DEFAULTS=y -CONFIG_NR_DRAM_BANKS=8 CONFIG_FIT=y CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg" CONFIG_BOOTDELAY=3 |