]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
OMAP3: add missing gpio clock init and fix NAND SPL for mcx board
authorStefano Babic <sbabic@denx.de>
Fri, 14 Feb 2014 11:51:25 +0000 (12:51 +0100)
committerTom Rini <trini@ti.com>
Fri, 21 Feb 2014 18:55:41 +0000 (13:55 -0500)
Patch contains the same fixes as commit
4b9b2c300a23ca4a85811918dc92e822a9571a87
(missing CONFIG_OMAP3_GPIO_2) and commit
f9095aac793aa8917ab9b915c5d449e6dc8d3d30 (missing CONFIG_SPL_NAND_SOFTECC).
Same issues are relevant for the mcx board, too.

Signed-off-by: Stefano Babic <sbabic@denx.de>
include/configs/mcx.h

index dcd29ce7cbd29fc83d39c888814fded51074accc..209c2bbd7cdc3fbd6891264657da095014080a8a 100644 (file)
@@ -98,6 +98,7 @@
 
 /* EHCI */
 #define CONFIG_USB_STORAGE
+#define CONFIG_OMAP3_GPIO_2
 #define CONFIG_OMAP3_GPIO_5
 #define CONFIG_USB_EHCI
 #define CONFIG_USB_EHCI_OMAP
 #define CONFIG_SYS_NAND_ECCSIZE                256
 #define CONFIG_SYS_NAND_ECCBYTES       3
 #define CONFIG_NAND_OMAP_ECCSCHEME     OMAP_ECC_HAM1_CODE_SW
+#define CONFIG_SPL_NAND_SOFTECC
 
 #define CONFIG_SYS_NAND_U_BOOT_START   CONFIG_SYS_TEXT_BASE