summaryrefslogtreecommitdiff
path: root/configs/axm_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-08-10 22:31:07 +0300
committerTom Rini <trini@konsulko.com>2020-08-10 22:31:07 +0300
commit554e5514ac00f204282c4a2376ae65935d104e60 (patch)
tree6e90bae9cc7c6de7816bd00e80b556e1a9fd6809 /configs/axm_defconfig
parent74795f1e35b624cdba451aeaea0af2f1211e4a91 (diff)
downloadu-boot-554e5514ac00f204282c4a2376ae65935d104e60.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/axm_defconfig')
-rw-r--r--configs/axm_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/axm_defconfig b/configs/axm_defconfig
index 0a3ddf90b1..0bfd7548b0 100644
--- a/configs/axm_defconfig
+++ b/configs/axm_defconfig
@@ -12,10 +12,10 @@ CONFIG_SPL_GPIO_SUPPORT=y
CONFIG_SPL_LIBCOMMON_SUPPORT=y
CONFIG_SPL_LIBGENERIC_SUPPORT=y
CONFIG_SYS_MALLOC_F_LEN=0x2000
+CONFIG_NR_DRAM_BANKS=1
CONFIG_ENV_OFFSET=0x100000
CONFIG_SPL_DM_SPI=y
CONFIG_SPL_SYS_MALLOC_F_LEN=0x1000
-CONFIG_NR_DRAM_BANKS=1
CONFIG_SPL=y
CONFIG_DEBUG_UART_BASE=0xfffff200
CONFIG_DEBUG_UART_CLOCK=18432000
@@ -34,10 +34,10 @@ CONFIG_BOARD_EARLY_INIT_F=y
CONFIG_SPL_SYS_MALLOC_SIMPLE=y
CONFIG_SPL_CRC32_SUPPORT=y
CONFIG_SPL_NAND_SUPPORT=y
-CONFIG_SPL_DM_SPI_FLASH=y
CONFIG_SPL_NAND_DRIVERS=y
CONFIG_SPL_NAND_ECC=y
CONFIG_SPL_NAND_BASE=y
+CONFIG_SPL_DM_SPI_FLASH=y
CONFIG_HUSH_PARSER=y
CONFIG_SYS_PROMPT="U-Boot> "
# CONFIG_CMD_BDI is not set