Rename CONFIG_EHCI_IS_TDI to CONFIG_USB_EHCI_IS_TDI
[platform/kernel/u-boot.git] / include / configs / pdu001.h
index e4b14c5..3d18747 100644 (file)
@@ -14,9 +14,6 @@
 
 /* Using 32K of volatile storage for environment */
 
-#define MACH_TYPE_PDU001       5075
-#define CONFIG_MACH_TYPE       MACH_TYPE_PDU001
-
 /* Clock Defines */
 #define V_OSCK                 24000000  /* Clock output from T2 */
 #define V_SCLK                 (V_OSCK)
 
 #define CONFIG_BOOTCOMMAND \
        "run eval_boot_device;" \
+       "part uuid mmc ${mmc_boot}:${root_fs_partition} root_fs_partuuid;" \
        "setenv bootargs console=${console} " \
        "vt.global_cursor_default=0 " \
-       "root=/dev/mmcblk${mmc_boot}p${root_fs_partition} " \
+       "root=PARTUUID=${root_fs_partuuid} " \
        "rootfstype=ext4 " \
        "rootwait " \
        "rootdelay=1;" \