From d168bcb6fe39108042c0c771f0823a95346a8e7e Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 29 Apr 2019 15:54:04 -0400 Subject: configs: Resync with savedefconfig Rsync all defconfig files using moveconfig.py Signed-off-by: Tom Rini --- configs/warp7_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/warp7_defconfig') diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig index 28aa06fa59..efd8860d28 100644 --- a/configs/warp7_defconfig +++ b/configs/warp7_defconfig @@ -3,11 +3,11 @@ CONFIG_ARCH_MX7=y CONFIG_SYS_TEXT_BASE=0x87800000 CONFIG_SECURE_BOOT=y CONFIG_TARGET_WARP7=y +CONFIG_NR_DRAM_BANKS=1 CONFIG_ARMV7_BOOT_SEC_DEFAULT=y # CONFIG_ARMV7_VIRT is not set CONFIG_IMX_RDC=y CONFIG_IMX_BOOTAUX=y -CONFIG_NR_DRAM_BANKS=1 CONFIG_FIT=y CONFIG_FIT_VERBOSE=y CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/warp7/imximage.cfg" -- cgit