]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm64: versal: Enable BDI for mini mtest configuration
authorMichal Simek <michal.simek@xilinx.com>
Mon, 27 May 2019 12:55:01 +0000 (14:55 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 4 Jun 2019 12:22:25 +0000 (14:22 +0200)
bdi is useful to see how memory is mapped.
Also enable 3 memory banks to be mapped.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
configs/xilinx_versal_mini_defconfig

index d6cd8cd50e12454cd2690b6f70a9285355f72aab..0cf0ec71d7cb0b5923752f099cf48627514d766d 100644 (file)
@@ -6,7 +6,7 @@ CONFIG_ENV_SIZE=0x80
 CONFIG_SYS_MALLOC_LEN=0x2000
 CONFIG_SYS_MEM_RSVD_FOR_MMU=y
 CONFIG_COUNTER_FREQUENCY=2720000
-CONFIG_NR_DRAM_BANKS=1
+CONFIG_NR_DRAM_BANKS=3
 # CONFIG_IMAGE_FORMAT_LEGACY is not set
 CONFIG_SYS_CONSOLE_INFO_QUIET=y
 # CONFIG_BOARD_LATE_INIT is not set
@@ -17,7 +17,6 @@ CONFIG_BOARD_EARLY_INIT_R=y
 # CONFIG_SYS_LONGHELP is not set
 CONFIG_SYS_PROMPT="Versal> "
 # CONFIG_AUTOBOOT is not set
-# CONFIG_CMD_BDI is not set
 # CONFIG_CMD_CONSOLE is not set
 # CONFIG_CMD_BOOTD is not set
 # CONFIG_CMD_BOOTM is not set