diff options
author | Lokesh Vutla | 2017-12-28 20:39:58 +0530 |
---|---|---|
committer | Tom Rini | 2018-01-19 15:49:24 -0500 |
commit | 19f3feaed19a008a73b12140e4dbc43a07dcc771 (patch) | |
tree | 1d1c9fc1b0d7928ac3ca02d4612781e731ccd16a /include/configs | |
parent | e36edcec0a2491d1e31ddb9d82d77b9763e9aef0 (diff) |
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 <lokeshvutla@ti.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/k2g_evm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/k2g_evm.h b/include/configs/k2g_evm.h index df81c09d863..9282a22739e 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 |