From: Stefan Roese Date: Tue, 17 Nov 2009 14:53:00 +0000 (+0100) Subject: ppc4xx: alpr: Remove some not needed commands to make image fit again X-Git-Tag: v2010.03-rc1~200^2~31^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=79e2d8df3776b667257e609aefefa071b4fe13a2;p=platform%2Fkernel%2Fu-boot.git 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 Cc: Pieter Voorthuijsen --- diff --git a/include/configs/alpr.h b/include/configs/alpr.h index e6248e9..964630f 100644 --- a/include/configs/alpr.h +++ b/include/configs/alpr.h @@ -231,13 +231,11 @@ */ #include -#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