summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2019-07-17 00:16:09 +0200
committerHeiko Stuebner <heiko@sntech.de>2019-08-11 11:28:39 +0200
commitefd66d2ec4bc2736815237ab8c18a175907ad232 (patch)
tree421c21703440c271265c93bea14a9a7148b88e76
parent112ff6947459229e8242f44f0089cf5f385f3432 (diff)
increase spl_bss size as linker complains about .sdram size
Check later if really needed
-rw-r--r--include/configs/px30_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/px30_common.h b/include/configs/px30_common.h
index 9d2193ab91..1c2c9e0ab8 100644
--- a/include/configs/px30_common.h
+++ b/include/configs/px30_common.h
@@ -21,8 +21,8 @@
#define CONFIG_SYS_LOAD_ADDR 0x00800800
#define CONFIG_SPL_STACK 0x00400000
#define CONFIG_SPL_MAX_SIZE 0x20000
-#define CONFIG_SPL_BSS_START_ADDR 0x2000000
-#define CONFIG_SPL_BSS_MAX_SIZE 0x2000
+#define CONFIG_SPL_BSS_START_ADDR 0x4000000
+#define CONFIG_SPL_BSS_MAX_SIZE 0x4000
#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* 64M */
#define COUNTER_FREQUENCY 24000000