]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ppc4xx: alpr: Remove some not needed commands to make image fit again
authorStefan Roese <sr@denx.de>
Thu, 8 Apr 2010 07:33:13 +0000 (09:33 +0200)
committerStefan Roese <sr@denx.de>
Wed, 14 Apr 2010 08:26:28 +0000 (10:26 +0200)
The latest changes 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 "loads" and "loadb" 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 f2392f648c88d2fb4d74a55fa2e6f262e1166e14..ee0c14d96038e0108aa8bc790c9ada2506af7a1e 100644 (file)
 #define CONFIG_CMD_EEPROM
 #define CONFIG_CMD_FPGA
 #define CONFIG_CMD_I2C
+#undef CONFIG_CMD_LOADB
+#undef CONFIG_CMD_LOADS
 #define CONFIG_CMD_MII
 #define CONFIG_CMD_NAND
 #define CONFIG_CMD_NET
-#define CONFIG_CMD_PCI
 #undef CONFIG_CMD_NFS
+#define CONFIG_CMD_PCI
 
 #undef CONFIG_WATCHDOG                 /* watchdog disabled            */