From: Lokesh Vutla Date: Thu, 28 Dec 2017 15:09:58 +0000 (+0530) Subject: configs: k2g_evm: Allocate more space for u-boot X-Git-Tag: v2018.03-rc1~164 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=19f3feaed19a008a73b12140e4dbc43a07dcc771;p=u-boot configs: k2g_evm: Allocate more space for u-boot Now that we have multi dtb enabled in u-boot allocate 128K space for u-boot. Signed-off-by: Lokesh Vutla --- diff --git a/include/configs/k2g_evm.h b/include/configs/k2g_evm.h index df81c09d86..9282a22739 100644 --- a/include/configs/k2g_evm.h +++ b/include/configs/k2g_evm.h @@ -74,7 +74,7 @@ #endif /* SPL SPI Loader Configuration */ -#define CONFIG_SPL_TEXT_BASE 0x0c080000 +#define CONFIG_SPL_TEXT_BASE 0x0c0a0000 /* NAND Configuration */ #define CONFIG_SYS_NAND_PAGE_2K