summaryrefslogtreecommitdiffstats
path: root/include/configs/ls2085aqds.h
diff options
context:
space:
mode:
authorPrabhakar Kushwaha <prabhakar@freescale.com>2015-07-01 16:28:22 +0530
committerYork Sun <yorksun@freescale.com>2015-07-20 11:44:38 -0700
commit97421bd2c010479504947a80b18f79d0485d6eb4 (patch)
tree735491566ad0d38869cb601abb9eecbae9b94424 /include/configs/ls2085aqds.h
parent95279315076c6f719be9ff0501a6a5addc061416 (diff)
downloadblackbird-obmc-uboot-97421bd2c010479504947a80b18f79d0485d6eb4.tar.gz
blackbird-obmc-uboot-97421bd2c010479504947a80b18f79d0485d6eb4.zip
board/ls2085a: Increase kernel_size value in env variable
Linux itb image size has been increased from 30MB. So updating kernel_size to 40MB in env variable. Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/ls2085aqds.h')
-rw-r--r--include/configs/ls2085aqds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ls2085aqds.h b/include/configs/ls2085aqds.h
index dcdd316bc6..5a42164196 100644
--- a/include/configs/ls2085aqds.h
+++ b/include/configs/ls2085aqds.h
@@ -332,7 +332,7 @@ unsigned long get_board_ddr_clk(void);
"initrd_high=0xffffffffffffffff\0" \
"kernel_start=0x581100000\0" \
"kernel_load=0xa0000000\0" \
- "kernel_size=0x2000000\0"
+ "kernel_size=0x28000000\0"
#ifdef CONFIG_FSL_MC_ENET
#define CONFIG_FSL_MEMAC
OpenPOWER on IntegriCloud