diff options
author | Stefan Roese | 2009-11-17 15:53:00 +0100 |
---|---|---|
committer | Stefan Roese | 2009-11-19 11:35:52 +0100 |
commit | 79e2d8df3776b667257e609aefefa071b4fe13a2 (patch) | |
tree | 55cca3db4d66e3a6cc7a25a319369e67cbe1ba00 /include | |
parent | 6c70049bd14e8e81764570732be7f34a89831f09 (diff) |
ppc4xx: alpr: Remove some not needed commands to make image fit again
The latest changes in the u-boot/next branch increased the size of the
alpr image a bit more. Now it doesn't fit into the 256k reserved for it.
This patch now removes the commands "askenv" and "irq" which are not
needed in the production systems.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/alpr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/alpr.h b/include/configs/alpr.h index e6248e9df7c..964630fa5f7 100644 --- a/include/configs/alpr.h +++ b/include/configs/alpr.h @@ -231,13 +231,11 @@ */ #include <config_cmd_default.h> -#define CONFIG_CMD_ASKENV #define CONFIG_CMD_DHCP #define CONFIG_CMD_DIAG #define CONFIG_CMD_EEPROM #define CONFIG_CMD_FPGA #define CONFIG_CMD_I2C -#define CONFIG_CMD_IRQ #define CONFIG_CMD_MII #define CONFIG_CMD_NAND #define CONFIG_CMD_NET |