Convert CONFIG_SYS_NAND_DBW_8 et al to Kconfig
[platform/kernel/u-boot.git] / include / configs / pdu001.h
index e4c2872..ed3201a 100644 (file)
 #include <configs/ti_am335x_common.h>
 
 /* Using 32K of volatile storage for environment */
-#define CONFIG_ENV_SIZE                0x4000
-
-#define MACH_TYPE_PDU001       5075
-#define CONFIG_MACH_TYPE       MACH_TYPE_PDU001
-#define CONFIG_BOARD_LATE_INIT
 
 /* Clock Defines */
 #define V_OSCK                 24000000  /* Clock output from T2 */
        #define CONSOLE_DEV "ttyO5"
 #endif
 
-#define CONFIG_BOOTCOMMAND \
-       "run eval_boot_device;" \
-       "setenv bootargs console=${console} " \
-       "vt.global_cursor_default=0 " \
-       "root=/dev/mmcblk${mmc_boot}p${root_fs_partition} " \
-       "rootfstype=ext4 " \
-       "rootwait " \
-       "rootdelay=1;" \
-       "fatload mmc ${mmc_boot} ${fdtaddr} ${fdtfile};" \
-       "fatload mmc ${mmc_boot} ${loadaddr} ${bootfile};" \
-       "bootz ${loadaddr} - ${fdtaddr}"
-
-#ifndef CONFIG_SPL_BUILD
 #define CONFIG_EXTRA_ENV_SETTINGS \
        DEFAULT_LINUX_BOOT_ENV \
        "fdtfile=am335x-pdu001.dtb\0" \
@@ -66,7 +48,6 @@
                        "reset;" \
                "fi;" \
        "\0"
-#endif
 
 /* NS16550 Configuration */
 #define CONFIG_SYS_NS16550_COM1        UART0_BASE
@@ -75,6 +56,5 @@
 #define CONFIG_SYS_NS16550_COM4        UART3_BASE
 #define CONFIG_SYS_NS16550_COM5        UART4_BASE
 #define CONFIG_SYS_NS16550_COM6        UART5_BASE
-#define CONFIG_BAUDRATE                115200
 
 #endif /* ! __CONFIG_PDU001_H */