aboutsummaryrefslogtreecommitdiff
path: root/include/configs/gardena-smart-gateway-mt7688.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2018-10-09 08:59:14 +0200
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2018-11-18 16:02:23 +0100
commit78e25171856869755fcd7518cdf1e7c42b9c7168 (patch)
tree863a0c111439ddc1aa05998d85e51bc72fa85047 /include/configs/gardena-smart-gateway-mt7688.h
parentb1f51fc24f9f9f9be450a280c92a49d7e1a8668a (diff)
downloadu-boot-78e25171856869755fcd7518cdf1e7c42b9c7168.zip
u-boot-78e25171856869755fcd7518cdf1e7c42b9c7168.tar.gz
u-boot-78e25171856869755fcd7518cdf1e7c42b9c7168.tar.bz2
mips: mt76xx: gardena-smart-gateway: Misc updates to dts/config/defconfig
These misc updates include the following changes: - Change baudrate from 57600 to 115200 - Enable MIPS_BOOT_CMDLINE_LEGACY - Enable FIT support - Enable ethernet support - Enable SPI NOR and NAND support - Change MTD_UBI_BEB_LIMIT to 22 - Enable MTD Support - Enable GPIO support - Enable watchdog support - Enable bootcounter support - Enable version variable - Change max image size from 0x80000 to 0xa0000 - Change SYS_MALLOC_LEN to 16MiB (because of UBI/UBIFS) Signed-off-by: Stefan Roese <sr@denx.de> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'include/configs/gardena-smart-gateway-mt7688.h')
-rw-r--r--include/configs/gardena-smart-gateway-mt7688.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/gardena-smart-gateway-mt7688.h b/include/configs/gardena-smart-gateway-mt7688.h
index 0184147..b10857a 100644
--- a/include/configs/gardena-smart-gateway-mt7688.h
+++ b/include/configs/gardena-smart-gateway-mt7688.h
@@ -30,7 +30,7 @@
/* Memory usage */
#define CONFIG_SYS_MAXARGS 64
-#define CONFIG_SYS_MALLOC_LEN (1024 * 1024)
+#define CONFIG_SYS_MALLOC_LEN (16 * 1024 * 1024)
#define CONFIG_SYS_BOOTPARAMS_LEN (128 * 1024)
#define CONFIG_SYS_CBSIZE 512
@@ -38,7 +38,7 @@
#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
/* Environment settings */
-#define CONFIG_ENV_OFFSET 0x80000
+#define CONFIG_ENV_OFFSET 0xa0000
#define CONFIG_ENV_SIZE (64 << 10)
#define CONFIG_ENV_SECT_SIZE (64 << 10)
#define CONFIG_SYS_REDUNDAND_ENVIRONMENT