summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorEvan Wilson <evan@oliodevices.com>2014-04-01 15:41:34 -0700
committerEvan Wilson <evan@oliodevices.com>2014-04-07 16:42:53 -0700
commit3dcde6ee4e4be9eaa5c38526d23d0a187424325d (patch)
tree0750464ff5b6b8e35160e0004f28cc1915ae5847 /include/configs
parente7cfb146a8c74372b6155141806374b7aa48abdc (diff)
downloadolio-uboot-2014.01-3dcde6ee4e4be9eaa5c38526d23d0a187424325d.tar.xz
olio-uboot-2014.01-3dcde6ee4e4be9eaa5c38526d23d0a187424325d.zip
U-boot flashed and booting
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/omap3_h1.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/include/configs/omap3_h1.h b/include/configs/omap3_h1.h
index 8f57a72c5..ee599f0e0 100644
--- a/include/configs/omap3_h1.h
+++ b/include/configs/omap3_h1.h
@@ -32,13 +32,13 @@
#define CONFIG_DISPLAY_BOARDINFO 1
/* Clock Defines */
-#define V_OSCK 26000000 /* Clock output from T2 */
+#define V_OSCK 12000000 /* Clock output from T2 */
#define V_SCLK (V_OSCK >> 1)
-#define CONFIG_MISC_INIT_R
+#define CONFIG_MISC_INIT_R /* misc_init_r() function for platform */
-#define CONFIG_OF_LIBFDT
-#define CONFIG_CMD_BOOTZ
+#define CONFIG_OF_LIBFDT /* FDT support */
+#define CONFIG_CMD_BOOTZ /* zImage support */
#define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */
#define CONFIG_SETUP_MEMORY_TAGS 1
@@ -267,8 +267,6 @@
CONFIG_SYS_INIT_RAM_SIZE - \
GENERATED_GBL_DATA_SIZE)
-#define CONFIG_OMAP3_SPI
-
#define CONFIG_SYS_CACHELINE_SIZE 64
/* Defines for SPL */
@@ -300,8 +298,8 @@
/* NAND boot config */
#define CONFIG_SYS_NAND_5_ADDR_CYCLE
#define CONFIG_SYS_NAND_PAGE_COUNT 64
-#define CONFIG_SYS_NAND_PAGE_SIZE 1024
-#define CONFIG_SYS_NAND_OOBSIZE 32
+#define CONFIG_SYS_NAND_PAGE_SIZE 2048
+#define CONFIG_SYS_NAND_OOBSIZE 64
#define CONFIG_SYS_NAND_BLOCK_SIZE (128*1024)
#define CONFIG_SYS_NAND_BAD_BLOCK_POS 0
#define CONFIG_SYS_NAND_ECCPOS {2, 3, 4, 5, 6, 7, 8, 9,\