projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d7f1ae
)
board/ls2080ardb: Add mcmemsize variable in default env
author
Priyanka Jain
<priyanka.jain@nxp.com>
Tue, 29 Aug 2017 09:50:37 +0000
(15:20 +0530)
committer
York Sun
<york.sun@nxp.com>
Fri, 22 Sep 2017 19:46:46 +0000
(12:46 -0700)
For most of ls2080ardb use-cases, mc private DRAM block is required
to be of 1.75GB.
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
[YS: this reservation needs to be reduced if memory is not enough]
Reviewed-by: York Sun <york.sun@nxp.com>
include/configs/ls2080ardb.h
patch
|
blob
|
history
diff --git
a/include/configs/ls2080ardb.h
b/include/configs/ls2080ardb.h
index 8a89375a579ce71f6bc8a4be2205a2a1416b0582..9e9979e1c7fc1259fa208fc923ca31866061288d 100644
(file)
--- a/
include/configs/ls2080ardb.h
+++ b/
include/configs/ls2080ardb.h
@@
-387,6
+387,7
@@
unsigned long get_board_sys_clk(void);
"load_addr=0xa0000000\0" \
"kernel_size=0x2800000\0" \
"console=ttyAMA0,38400n8\0" \
+ "mcmemsize=0x70000000\0" \
MC_INIT_CMD \
BOOTENV \
"boot_scripts=ls2088ardb_boot.scr\0" \