]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/mx31pdk.h
cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INIT
[people/ms/u-boot.git] / include / configs / mx31pdk.h
index 35ceacdeca622e8c3a302e8d7413940bdac86552..044b766cbc51d6c443c2458e460c687e04d0b19a 100644 (file)
@@ -45,6 +45,8 @@
 #define CONFIG_SETUP_MEMORY_TAGS
 #define CONFIG_INITRD_TAG
 
+#define CONFIG_MACH_TYPE       MACH_TYPE_MX31_3DS
+
 #if defined(CONFIG_NAND_U_BOOT) && !defined(CONFIG_NAND_SPL)
 #define CONFIG_SKIP_LOWLEVEL_INIT
 #endif
@@ -61,6 +63,7 @@
 #define CONFIG_MXC_UART
 #define CONFIG_SYS_MX31_UART1
 #define CONFIG_HW_WATCHDOG
+#define CONFIG_MXC_GPIO
 
 #define CONFIG_HARD_SPI
 #define CONFIG_MXC_SPI
  */
 #undef CONFIG_CMD_IMLS
 
-#define BOARD_LATE_INIT
+#define CONFIG_BOARD_LATE_INIT
 
 #define CONFIG_BOOTDELAY       3
 
                "nand erase 0x0 0x40000; "                              \
                "nand write 0x81000000 0x0 0x40000\0"
 
-#define CONFIG_NET_MULTI
 #define CONFIG_SMC911X
 #define CONFIG_SMC911X_BASE    0xB6000000
 #define CONFIG_SMC911X_32_BIT
  * Miscellaneous configurable options
  */
 #define CONFIG_SYS_LONGHELP    /* undef to save memory */
-#define CONFIG_SYS_PROMPT      "uboot> "
+#define CONFIG_SYS_PROMPT      "MX31PDK U-Boot > "
 #define CONFIG_SYS_CBSIZE      256     /* Console I/O Buffer Size */
 /* Print Buffer Size */
 #define CONFIG_SYS_PBSIZE      (CONFIG_SYS_CBSIZE + \