diff options
Diffstat (limited to 'include/configs/pcm030.h')
-rw-r--r-- | include/configs/pcm030.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/pcm030.h b/include/configs/pcm030.h index b4a7225fb8..0007c50ad9 100644 --- a/include/configs/pcm030.h +++ b/include/configs/pcm030.h @@ -51,11 +51,8 @@ Serial console configuration * Command line configuration. */ #define CONFIG_CMD_DATE -#define CONFIG_CMD_DHCP #define CONFIG_CMD_EEPROM -#define CONFIG_CMD_I2C #define CONFIG_CMD_JFFS2 -#define CONFIG_CMD_MII #define CONFIG_CMD_PCI #define CONFIG_TIMESTAMP 1 /* Print image info with timestamp */ @@ -78,7 +75,6 @@ Autobooting /* even with bootdelay=0 */ #undef CONFIG_BOOTARGS - #define CONFIG_PREBOOT "echo;" \ "echo Type \"run bootcmd_net\" to load Kernel over TFTP and to "\ "mount root filesystem over NFS;" \ |