summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2010-04-08 09:33:13 +0200
committerStefan Roese <sr@denx.de>2010-04-14 10:26:28 +0200
commit288991c93fdd150ef3817e676c657cb487468d38 (patch)
tree4142fe259c2ecbda53b0fbc5cf5eca1cf91d27f5 /include
parent8d321b81c5441db93425ee37cb79cc51d9ce2fb0 (diff)
downloadtalos-obmc-uboot-288991c93fdd150ef3817e676c657cb487468d38.tar.gz
talos-obmc-uboot-288991c93fdd150ef3817e676c657cb487468d38.zip
ppc4xx: alpr: Remove some not needed commands to make image fit again
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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/alpr.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/alpr.h b/include/configs/alpr.h
index f2392f648c..ee0c14d960 100644
--- a/include/configs/alpr.h
+++ b/include/configs/alpr.h
@@ -236,11 +236,13 @@
#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 */
OpenPOWER on IntegriCloud