]> git.sur5r.net Git - u-boot/blobdiff - include/configs/tricorder.h
Move CONFIG_PANIC_HANG to Kconfig
[u-boot] / include / configs / tricorder.h
index 33071ef507b9d99715098dc1348b89f5b4be9cc3..f892a5712ca84c14bc31e78560124c208a7c8345 100644 (file)
 
 /* Board NAND Info */
 #define CONFIG_MTD_DEVICE              /* needed for mtdparts commands */
-#define MTDIDS_DEFAULT                 "nand0=omap2-nand.0"
-#define MTDPARTS_DEFAULT               "mtdparts=omap2-nand.0:" \
-                                               "128k(SPL)," \
-                                               "1m(u-boot)," \
-                                               "384k(u-boot-env1)," \
-                                               "1152k(mtdoops)," \
-                                               "384k(u-boot-env2)," \
-                                               "5m(kernel)," \
-                                               "2m(fdt)," \
-                                               "-(ubi)"
-
-#define CONFIG_NAND_OMAP_GPMC
+
 #define CONFIG_SYS_NAND_ADDR           NAND_BASE       /* physical address */
                                                        /* to access nand */
 #define CONFIG_SYS_NAND_BASE           NAND_BASE       /* physical address */
 
 
 /* hang() the board on panic() */
-#define CONFIG_PANIC_HANG
 
 /* environment placement (for NAND), is different for FLASHCARD but does not
  * harm there */
        "vram=3M\0" \
        "defaultdisplay=lcd\0" \
        "kernelopts=mtdoops.mtddev=3\0" \
-       "mtdparts=" MTDPARTS_DEFAULT "\0" \
-       "mtdids=" MTDIDS_DEFAULT "\0" \
+       "mtdparts=" CONFIG_MTDPARTS_DEFAULT "\0" \
+       "mtdids=" CONFIG_MTDIDS_DEFAULT "\0" \
        "commonargs=" \
                "setenv bootargs console=${console} " \
                "${mtdparts} " \
 
 /* Defines for SPL */
 #define CONFIG_SPL_FRAMEWORK
-#define CONFIG_SPL_NAND_SIMPLE
 
 #define CONFIG_SPL_NAND_BASE
 #define CONFIG_SPL_NAND_DRIVERS