]> git.sur5r.net Git - u-boot/commitdiff
ppc4xx: alpr: Remove some not needed commands to make image fit again
authorStefan Roese <sr@denx.de>
Tue, 17 Nov 2009 14:53:00 +0000 (15:53 +0100)
committerStefan Roese <sr@denx.de>
Thu, 19 Nov 2009 10:35:52 +0000 (11:35 +0100)
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>
include/configs/alpr.h

index e6248e9df7cc961337a7121e6ba6a696774759f6..964630fa5f7403afb1797577257fc8a7543d7d2f 100644 (file)
  */
 #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