diff options
author | Tom Rini <trini@konsulko.com> | 2020-07-28 08:46:52 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-28 08:46:52 -0400 |
commit | f7d0ae9c630a163ec957d492a6b7d115f7edcecc (patch) | |
tree | f5967b5672f76117f23ee1cb07a01cf66fb2a1a3 /configs/xilinx_versal_mini_defconfig | |
parent | 1db942b67d00a3569efbbd3f36140470b0e59b2e (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/xilinx_versal_mini_defconfig')
-rw-r--r-- | configs/xilinx_versal_mini_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/xilinx_versal_mini_defconfig b/configs/xilinx_versal_mini_defconfig index 6ad53b798a..1a3e10322f 100644 --- a/configs/xilinx_versal_mini_defconfig +++ b/configs/xilinx_versal_mini_defconfig @@ -9,6 +9,7 @@ CONFIG_NR_DRAM_BANKS=3 CONFIG_SYS_MEM_RSVD_FOR_MMU=y CONFIG_COUNTER_FREQUENCY=2720000 # CONFIG_PSCI_RESET is not set +CONFIG_DEFAULT_DEVICE_TREE="versal-mini" # CONFIG_EXPERT is not set # CONFIG_LEGACY_IMAGE_FORMAT is not set CONFIG_SYS_CONSOLE_INFO_QUIET=y @@ -48,7 +49,6 @@ CONFIG_SYS_MEMTEST_END=0x00001000 # CONFIG_CMD_SETEXPR is not set # CONFIG_CMD_MISC is not set # CONFIG_PARTITIONS is not set -CONFIG_DEFAULT_DEVICE_TREE="versal-mini" CONFIG_SYS_RELOC_GD_ENV_ADDR=y # CONFIG_NET is not set # CONFIG_DM_WARN is not set |