fixes commit e37e954eba3edb5015a0a02880d57517f57425d8
    OMAP3: igep00x0: Convert to ti_omap3_common.h.

Above commit introduced compilation error when building igep0020 and igep0030
boards for NAND boot. It removed 'CONFIG_SYS_NAND_U_BOOT_START' which tells
SPL/MLO offset of u-boot.img in NAND.

Signed-off-by: Pekon Gupta <pe...@ti.com>
---
 include/configs/omap3_igep00x0.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/omap3_igep00x0.h b/include/configs/omap3_igep00x0.h
index 8b8583a..4e87d6b 100644
--- a/include/configs/omap3_igep00x0.h
+++ b/include/configs/omap3_igep00x0.h
@@ -199,6 +199,8 @@
 #define CONFIG_SYS_NAND_ECCSIZE                512
 #define CONFIG_SYS_NAND_ECCBYTES       3
 #define CONFIG_NAND_OMAP_ECCSCHEME     OMAP_ECC_HAM1_CODE_HW
+#define CONFIG_SYS_NAND_U_BOOT_START   CONFIG_SYS_TEXT_BASE
+#define CONFIG_SYS_NAND_U_BOOT_OFFS    0x80000
 #endif
 
 #endif /* __IGEP00X0_H */
-- 
1.8.5.1.163.gd7aced9

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to