configs: Migrate CMD_NAND*
[platform/kernel/u-boot.git] / include / configs / pb1x00.h
index 10d39e0..85cac5a 100644 (file)
@@ -29,9 +29,6 @@
 #endif
 #endif
 
-
-#define CONFIG_BAUDRATE                115200
-
 #define        CONFIG_TIMESTAMP                /* Print image info with timestamp */
 #undef CONFIG_BOOTARGS
 
@@ -89,8 +86,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
  * Command line configuration.
  */
 
-#undef CONFIG_CMD_IDE
-#undef CONFIG_CMD_BEDBUG
-
 #endif /* __CONFIG_H */