[U-Boot] [UBOOT][PATCH 4/5] configs: dra7-evm: change uboot offset
Sourav Poddar
sourav.poddar at ti.com
Wed Apr 2 12:36:12 CEST 2014
Change uboot offset in accordance with the partition formed.
Signed-off-by: Sourav Poddar <sourav.poddar at ti.com>
---
include/configs/dra7xx_evm.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h
index 68496dc..cd2f8d9 100644
--- a/include/configs/dra7xx_evm.h
+++ b/include/configs/dra7xx_evm.h
@@ -127,7 +127,7 @@
#define CONFIG_SPL_SPI_FLASH_SUPPORT
#define CONFIG_SPL_SPI_BUS 0
#define CONFIG_SPL_SPI_CS 0
-#define CONFIG_SYS_SPI_U_BOOT_OFFS 0x20000
+#define CONFIG_SYS_SPI_U_BOOT_OFFS 0x40000
#define CONFIG_SUPPORT_EMMC_BOOT
--
1.7.9.5
More information about the U-Boot
mailing list