Merge tag 'efi-2020-01-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / include / configs / gardena-smart-gateway-mt7688.h
index 0184147068967888b30119d5a9bf724244c7dc47..e83a96ad5e1fff73b86063faa28c6fea6e5ecee6 100644 (file)
@@ -7,7 +7,7 @@
 #define __CONFIG_GARDENA_SMART_GATEWAY_H
 
 /* CPU */
-#define CONFIG_SYS_MIPS_TIMER_FREQ     200000000
+#define CONFIG_SYS_MIPS_TIMER_FREQ     290000000
 
 /* RAM */
 #define CONFIG_SYS_SDRAM_BASE          0x80000000
@@ -22,7 +22,7 @@
 
 /* UART */
 #define CONFIG_SYS_BAUDRATE_TABLE      { 9600, 19200, 38400, 57600, 115200, \
-                                         230400, 500000, 1500000 }
+                                         230400, 460800, 921600 }
 
 /* RAM */
 #define CONFIG_SYS_MEMTEST_START       0x80100000
@@ -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