Merge tag 'next-20220328' of https://source.denx.de/u-boot/custodians/u-boot-video...
[platform/kernel/u-boot.git] / include / configs / pdu001.h
index e4b14c5..7ab6a89 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 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 \