diff options
author | Priyanka Jain <priyanka.jain@nxp.com> | 2017-08-29 15:20:37 +0530 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-09-22 12:46:46 -0700 |
commit | 8472d8765b39351680ea9189ecddf99864b13056 (patch) | |
tree | 1000566fb0906edf320c3681fbf8756b6e61ce9a /include/configs/ls2080ardb.h | |
parent | 0d7f1ae0fe6c0d9af2c0208aab4843ec3fdfaf52 (diff) | |
download | u-boot-8472d8765b39351680ea9189ecddf99864b13056.tar.gz |
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>
Diffstat (limited to 'include/configs/ls2080ardb.h')
-rw-r--r-- | include/configs/ls2080ardb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ls2080ardb.h b/include/configs/ls2080ardb.h index 8a89375a57..9e9979e1c7 100644 --- 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" \ |