]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
board/ls2085a: Increase kernel_size value in env variable
authorPrabhakar Kushwaha <prabhakar@freescale.com>
Wed, 1 Jul 2015 10:58:22 +0000 (16:28 +0530)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:34:23 +0000 (13:34 +0200)
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>
include/configs/ls2085a_common.h
include/configs/ls2085aqds.h
include/configs/ls2085ardb.h

index 60e5532ef586f566de517cc7c07876564f5755dc..5afee55ae9ca33832ce79eb00d78bf0aac525c28 100644 (file)
@@ -247,7 +247,7 @@ unsigned long long get_qixis_addr(void);
        "initrd_high=0xffffffffffffffff\0"      \
        "kernel_start=0x581200000\0"            \
        "kernel_load=0xa0000000\0"              \
-       "kernel_size=0x2000000\0"               \
+       "kernel_size=0x2800000\0"               \
        "console=ttyAMA0,38400n8\0"
 
 #define CONFIG_BOOTARGS                "console=ttyS1,115200 root=/dev/ram0 " \
index dcdd316bc6bfe89533763680642c238b8c07668e..5a421641965b8cb9ac191579e5def6eaa0005f56 100644 (file)
@@ -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
index dfd590072f2bdd7c39e76d5586cad8ae4385a542..24d5880d34e28745d0207d22223d8a8ba4962cc5 100644 (file)
@@ -299,7 +299,7 @@ unsigned long get_board_sys_clk(void);
        "initrd_high=0xffffffffffffffff\0"      \
        "kernel_start=0x581100000\0"            \
        "kernel_load=0xa0000000\0"              \
-       "kernel_size=0x2000000\0"
+       "kernel_size=0x2800000\0"
 
 /* MAC/PHY configuration */
 #ifdef CONFIG_FSL_MC_ENET