mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
board/ls2080ardb: Add mcmemsize variable in default env
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>
This commit is contained in:
parent
0d7f1ae0fe
commit
8472d8765b
1 changed files with 1 additions and 0 deletions
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue