]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/pb1x00.h
common: Move CONFIG_BOOTARGS to Kconfig
[people/ms/u-boot.git] / include / configs / pb1x00.h
index f6548b67cea7d09cc640ddf12031f0c57b95bd9b..369e82f621bdd22dd0382fd9719989bbb45138ef 100644 (file)
 #endif
 #endif
 
-
-#define CONFIG_BAUDRATE                115200
-
 #define        CONFIG_TIMESTAMP                /* Print image info with timestamp */
-#undef CONFIG_BOOTARGS
 
 #define        CONFIG_EXTRA_ENV_SETTINGS                                       \
        "addmisc=setenv bootargs ${bootargs} "                          \
@@ -89,8 +85,6 @@
 #define CONFIG_SYS_FLASH_ERASE_TOUT    (2 * CONFIG_SYS_HZ) /* Timeout for Flash Erase */
 #define CONFIG_SYS_FLASH_WRITE_TOUT    (2 * CONFIG_SYS_HZ) /* Timeout for Flash Write */
 
-#define        CONFIG_ENV_IS_NOWHERE   1
-
 /* Address and size of Primary Environment Sector      */
 #define CONFIG_ENV_ADDR                0xB0030000
 #define CONFIG_ENV_SIZE                0x10000
 /*---USB -------------------------------------------*/
 #if 0
 #define CONFIG_USB_OHCI
-#define CONFIG_DOS_PARTITION
 #endif
 
 /*---ATA PCMCIA ------------------------------------*/
  * Command line configuration.
  */
 
-#undef CONFIG_CMD_IDE
-#undef CONFIG_CMD_BEDBUG
-
 #endif /* __CONFIG_H */