projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f647c2
)
ARM64: zynqmp: Move BSS location to the beginning of ram
author
Michal Simek
<michal.simek@xilinx.com>
Tue, 30 Aug 2016 12:58:46 +0000
(14:58 +0200)
committer
Michal Simek
<michal.simek@xilinx.com>
Thu, 22 Sep 2016 05:33:20 +0000
(07:33 +0200)
With SPL_DFU support memory layout needs to be cleanup
that's why move bss to the start of memory.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/configs/xilinx_zynqmp.h
patch
|
blob
|
history
diff --git
a/include/configs/xilinx_zynqmp.h
b/include/configs/xilinx_zynqmp.h
index ee8d1e0da0b811818528c3b8c93a490182df21ee..9bf9e24b363cbbd1c85b795e4d754a6053ae34fd 100644
(file)
--- a/
include/configs/xilinx_zynqmp.h
+++ b/
include/configs/xilinx_zynqmp.h
@@
-252,8
+252,8
@@
#define CONFIG_SPL_MAX_SIZE 0x20000
/* Just random location in OCM */
-#define CONFIG_SPL_BSS_START_ADDR 0x
100000
0
-#define CONFIG_SPL_BSS_MAX_SIZE 0x
200
0000
+#define CONFIG_SPL_BSS_START_ADDR 0x0
+#define CONFIG_SPL_BSS_MAX_SIZE 0x
8
0000
#define CONFIG_SPL_FRAMEWORK
#define CONFIG_SPL_BOARD_INIT