aboutsummaryrefslogtreecommitdiff
path: root/configs/usbarmory_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-04-01 10:33:18 -0400
committerTom Rini <trini@konsulko.com>2022-04-01 10:33:18 -0400
commit0a3689cb86236d42522bf9eb0be942aa7761dfc1 (patch)
tree68773d9d158334a4f5894ac9111328f2ee06ecad /configs/usbarmory_defconfig
parenteeec00072d7a0b5b91896d014618e558ce438738 (diff)
downloadu-boot-0a3689cb86236d42522bf9eb0be942aa7761dfc1.zip
u-boot-0a3689cb86236d42522bf9eb0be942aa7761dfc1.tar.gz
u-boot-0a3689cb86236d42522bf9eb0be942aa7761dfc1.tar.bz2
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/usbarmory_defconfig')
-rw-r--r--configs/usbarmory_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/usbarmory_defconfig b/configs/usbarmory_defconfig
index 727720c..e6fc4a6 100644
--- a/configs/usbarmory_defconfig
+++ b/configs/usbarmory_defconfig
@@ -3,8 +3,6 @@ CONFIG_ARCH_MX5=y
CONFIG_SYS_TEXT_BASE=0x77800000
CONFIG_SYS_MALLOC_LEN=0xa00000
CONFIG_NR_DRAM_BANKS=1
-CONFIG_SYS_MEMTEST_START=0x70000000
-CONFIG_SYS_MEMTEST_END=0x90000000
CONFIG_ENV_SIZE=0x2000
CONFIG_ENV_OFFSET=0x60000
CONFIG_TARGET_USBARMORY=y
@@ -13,6 +11,8 @@ CONFIG_SYS_I2C_MXC_I2C2=y
CONFIG_DM_GPIO=y
CONFIG_DEFAULT_DEVICE_TREE="imx53-usbarmory"
# CONFIG_CMD_BMODE is not set
+CONFIG_SYS_MEMTEST_START=0x70000000
+CONFIG_SYS_MEMTEST_END=0x90000000
CONFIG_DISTRO_DEFAULTS=y
CONFIG_SYS_LOAD_ADDR=0x72000000
CONFIG_BOOTCOMMAND="run distro_bootcmd; setenv bootargs console=${console} ${bootargs_default}; ext2load mmc 0:1 ${kernel_addr_r} /boot/zImage; ext2load mmc 0:1 ${fdt_addr_r} /boot/${fdtfile}; bootz ${kernel_addr_r} - ${fdt_addr_r}"