From: Vikas Manocha Date: Mon, 1 Dec 2014 20:27:53 +0000 (-0800) Subject: stv0991: increase the initial ram size config X-Git-Tag: KARO-TXA5-2015-06-26~162 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=498b7c2ecc06cc96094f8ad8fb7d8cb46d79295b stv0991: increase the initial ram size config It is done to make space available for driver model memory. Signed-off-by: Vikas Manocha --- diff --git a/include/configs/stv0991.h b/include/configs/stv0991.h index f95de06b59..80652a8f2f 100644 --- a/include/configs/stv0991.h +++ b/include/configs/stv0991.h @@ -45,7 +45,7 @@ /* MISC */ #define CONFIG_SYS_LOAD_ADDR 0x00000000 -#define CONFIG_SYS_INIT_RAM_SIZE 0x2000 +#define CONFIG_SYS_INIT_RAM_SIZE 0x8000 #define CONFIG_SYS_INIT_RAM_ADDR 0x00190000 #define CONFIG_SYS_INIT_SP_OFFSET \ (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)