diff options
| author | Stefan Roese <sr@denx.de> | 2008-12-09 20:08:01 +0100 | 
|---|---|---|
| committer | Stefan Roese <sr@denx.de> | 2008-12-10 15:10:54 +0100 | 
| commit | 8c92af7b2fbd60ae87379477f93c7ec9441b7452 (patch) | |
| tree | da9e739980e8aa5b5027b9578e6bcafbb90f39a8 | |
| parent | 2145188bea2df8f2b47a87ec3071b55027e8d0ae (diff) | |
| download | olio-uboot-2014.01-8c92af7b2fbd60ae87379477f93c7ec9441b7452.tar.xz olio-uboot-2014.01-8c92af7b2fbd60ae87379477f93c7ec9441b7452.zip | |
ppc4xx: Remove some features from ALPR to fit into 256k again
Signed-off-by: Stefan Roese <sr@denx.de>
| -rw-r--r-- | include/configs/alpr.h | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/include/configs/alpr.h b/include/configs/alpr.h index 6e9f5e5a5..7ce820518 100644 --- a/include/configs/alpr.h +++ b/include/configs/alpr.h @@ -235,18 +235,15 @@  #define CONFIG_CMD_DHCP  #define CONFIG_CMD_DIAG  #define CONFIG_CMD_EEPROM -#define CONFIG_CMD_ELF  #define CONFIG_CMD_FPGA  #define CONFIG_CMD_I2C  #define CONFIG_CMD_IRQ  #define CONFIG_CMD_MII  #define CONFIG_CMD_NAND  #define CONFIG_CMD_NET -#define CONFIG_CMD_NFS  #define CONFIG_CMD_PCI  #define CONFIG_CMD_PING -#define CONFIG_CMD_REGINFO - +#undef CONFIG_CMD_NFS  #undef CONFIG_WATCHDOG			/* watchdog disabled		*/ |