From 8472d8765b39351680ea9189ecddf99864b13056 Mon Sep 17 00:00:00 2001 From: Priyanka Jain Date: Tue, 29 Aug 2017 15:20:37 +0530 Subject: [PATCH] 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 [YS: this reservation needs to be reduced if memory is not enough] Reviewed-by: York Sun --- include/configs/ls2080ardb.h | 1 + 1 file changed, 1 insertion(+) 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" \ -- 2.39.5