diff mbox series

[U-Boot,v3,1/6] configs: k2g_evm: Allocate more space for u-boot

Message ID 20171228151003.19500-2-lokeshvutla@ti.com
State Accepted
Delegated to: Tom Rini
Headers show
Series arm: ti: misc updates and bug fixes | expand

Commit Message

Lokesh Vutla Dec. 28, 2017, 3:09 p.m. UTC
Now that we have multi dtb enabled in u-boot allocate
128K space for u-boot.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
---
 include/configs/k2g_evm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini Jan. 19, 2018, 9:11 p.m. UTC | #1
On Thu, Dec 28, 2017 at 08:39:58PM +0530, Lokesh Vutla wrote:

> Now that we have multi dtb enabled in u-boot allocate
> 128K space for u-boot.
> 
> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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