X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fpb1x00.h;h=ba9c99850c6fa95a115f3dad3e1a8bab72ecb826;hb=3784c789e7e8de3d022ddf198b01e54b68971cd5;hp=504ddf729ba1dbf4b07904266c7383ca3fe9ef6c;hpb=02ccab1908c405fe1449457d4a0d343784a30acb;p=people%2Fms%2Fu-boot.git diff --git a/include/configs/pb1x00.h b/include/configs/pb1x00.h index 504ddf729b..ba9c99850c 100644 --- a/include/configs/pb1x00.h +++ b/include/configs/pb1x00.h @@ -30,7 +30,6 @@ #endif #define CONFIG_TIMESTAMP /* Print image info with timestamp */ -#undef CONFIG_BOOTARGS #define CONFIG_EXTRA_ENV_SETTINGS \ "addmisc=setenv bootargs ${bootargs} " \ @@ -46,7 +45,6 @@ * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */ #define CONFIG_SYS_MAXARGS 16 /* max number of command args*/ @@ -86,8 +84,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 @@ -148,7 +144,4 @@ * Command line configuration. */ -#undef CONFIG_CMD_IDE -#undef CONFIG_CMD_BEDBUG - #endif /* __CONFIG_H */