summaryrefslogtreecommitdiff
path: root/configs/boston64r2el_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-04-01 17:33:18 +0300
committerTom Rini <trini@konsulko.com>2022-04-01 17:33:18 +0300
commit0a3689cb86236d42522bf9eb0be942aa7761dfc1 (patch)
tree68773d9d158334a4f5894ac9111328f2ee06ecad /configs/boston64r2el_defconfig
parenteeec00072d7a0b5b91896d014618e558ce438738 (diff)
downloadu-boot-0a3689cb86236d42522bf9eb0be942aa7761dfc1.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/boston64r2el_defconfig')
-rw-r--r--configs/boston64r2el_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/boston64r2el_defconfig b/configs/boston64r2el_defconfig
index 78048843c6..eb6e4bf9c0 100644
--- a/configs/boston64r2el_defconfig
+++ b/configs/boston64r2el_defconfig
@@ -1,8 +1,6 @@
CONFIG_MIPS=y
CONFIG_SYS_TEXT_BASE=0xFFFFFFFF9FC00000
CONFIG_SYS_MALLOC_LEN=0x40000
-CONFIG_SYS_MEMTEST_START=0x80000000
-CONFIG_SYS_MEMTEST_END=0x90000000
CONFIG_ENV_SIZE=0x20000
CONFIG_ENV_SECT_SIZE=0x20000
CONFIG_DEFAULT_DEVICE_TREE="img,boston"
@@ -12,6 +10,8 @@ CONFIG_CPU_MIPS64_R2=y
# CONFIG_MIPS_BOOT_CMDLINE_LEGACY is not set
# CONFIG_MIPS_BOOT_ENV_LEGACY is not set
CONFIG_MIPS_BOOT_FDT=y
+CONFIG_SYS_MEMTEST_START=0x80000000
+CONFIG_SYS_MEMTEST_END=0x90000000
CONFIG_DISTRO_DEFAULTS=y
CONFIG_SYS_LOAD_ADDR=0xffffffff88000000
CONFIG_FIT=y