diff options
author | Tom Rini <trini@konsulko.com> | 2020-08-10 15:31:07 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-08-10 15:31:07 -0400 |
commit | 554e5514ac00f204282c4a2376ae65935d104e60 (patch) | |
tree | 6e90bae9cc7c6de7816bd00e80b556e1a9fd6809 /configs/mt7623a_unielec_u7623_02_defconfig | |
parent | 74795f1e35b624cdba451aeaea0af2f1211e4a91 (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/mt7623a_unielec_u7623_02_defconfig')
-rw-r--r-- | configs/mt7623a_unielec_u7623_02_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/mt7623a_unielec_u7623_02_defconfig b/configs/mt7623a_unielec_u7623_02_defconfig index 72b5f31092..3b626b9622 100644 --- a/configs/mt7623a_unielec_u7623_02_defconfig +++ b/configs/mt7623a_unielec_u7623_02_defconfig @@ -3,10 +3,11 @@ CONFIG_SYS_THUMB_BUILD=y CONFIG_ARCH_MEDIATEK=y CONFIG_SYS_TEXT_BASE=0x81e00000 CONFIG_SYS_MALLOC_F_LEN=0x4000 +CONFIG_NR_DRAM_BANKS=1 CONFIG_ENV_SIZE=0x1000 CONFIG_ENV_OFFSET=0x100000 CONFIG_TARGET_MT7623=y -CONFIG_NR_DRAM_BANKS=1 +CONFIG_DEFAULT_DEVICE_TREE="mt7623a-unielec-u7623-02-emmc" CONFIG_DISTRO_DEFAULTS=y CONFIG_FIT=y CONFIG_FIT_VERBOSE=y @@ -24,7 +25,6 @@ CONFIG_CMD_MMC=y CONFIG_CMD_READ=y # CONFIG_CMD_SETEXPR is not set # CONFIG_CMD_NFS is not set -CONFIG_DEFAULT_DEVICE_TREE="mt7623a-unielec-u7623-02-emmc" CONFIG_ENV_IS_IN_MMC=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_NET_RANDOM_ETHADDR=y |