diff options
author | Fabien Parent <fparent@baylibre.com> | 2016-12-05 19:15:20 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-12-09 08:40:19 -0500 |
commit | c0c10449cf10a08393dd4354c62632db01ac8297 (patch) | |
tree | c7116f780d88717962abdeb16742add5a9eca1a4 /include/configs/omapl138_lcdk.h | |
parent | e5f96a872b7da006b55d1fcdfd602b15a3056497 (diff) | |
download | u-boot-imx-c0c10449cf10a08393dd4354c62632db01ac8297.zip u-boot-imx-c0c10449cf10a08393dd4354c62632db01ac8297.tar.gz u-boot-imx-c0c10449cf10a08393dd4354c62632db01ac8297.tar.bz2 |
davinci: omapl138_lcdk: increase u-boot load size
A size of 0x200 seems way too short for u-boot. Increase the size
to 512k.
Signed-off-by: Fabien Parent <fparent@baylibre.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/omapl138_lcdk.h')
-rw-r--r-- | include/configs/omapl138_lcdk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/omapl138_lcdk.h b/include/configs/omapl138_lcdk.h index 7c2f414..27ced96 100644 --- a/include/configs/omapl138_lcdk.h +++ b/include/configs/omapl138_lcdk.h @@ -176,7 +176,7 @@ #define CONFIG_SYS_NAND_5_ADDR_CYCLE #define CONFIG_SYS_NAND_PAGE_SIZE (2 << 10) #define CONFIG_SYS_NAND_BLOCK_SIZE (128 << 10) -#define CONFIG_SYS_NAND_U_BOOT_SIZE 0x200 /*0x60000*/ +#define CONFIG_SYS_NAND_U_BOOT_SIZE SZ_512K #define CONFIG_SYS_NAND_U_BOOT_DST 0xc1080000 #define CONFIG_SYS_NAND_U_BOOT_START CONFIG_SYS_NAND_U_BOOT_DST #define CONFIG_SYS_NAND_U_BOOT_RELOC_SP (CONFIG_SYS_NAND_U_BOOT_DST - \ |