diff options
author | Michal Simek <michal.simek@xilinx.com> | 2020-05-05 16:17:57 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2020-06-24 13:07:57 +0200 |
commit | 70014a78023e7fe400824217d082b96986fcbde8 (patch) | |
tree | 2c44ff273685fc7770fbd9580d3911dcd5ad7978 /configs/xilinx_versal_virt_defconfig | |
parent | aeb3c386c81017657f4faef34d5c203fe32d3aeb (diff) | |
download | u-boot-70014a78023e7fe400824217d082b96986fcbde8.tar.gz |
arm64: versal: Let U-Boot to update memory node by default
There is no reason not to let U-Boot to update memory node by default. In
past this was disabled by purpose to be able to test different memory
configurations from one U-Boot instance.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/xilinx_versal_virt_defconfig')
-rw-r--r-- | configs/xilinx_versal_virt_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/xilinx_versal_virt_defconfig b/configs/xilinx_versal_virt_defconfig index 4ed14f7030..a307702e7b 100644 --- a/configs/xilinx_versal_virt_defconfig +++ b/configs/xilinx_versal_virt_defconfig @@ -7,7 +7,6 @@ CONFIG_COUNTER_FREQUENCY=62500000 CONFIG_DISTRO_DEFAULTS=y CONFIG_FIT=y CONFIG_FIT_VERBOSE=y -# CONFIG_ARCH_FIXUP_FDT_MEMORY is not set CONFIG_BOOTDELAY=5 # CONFIG_DISPLAY_CPUINFO is not set CONFIG_BOARD_EARLY_INIT_R=y |