summaryrefslogtreecommitdiffstats
path: root/include/configs/alpr.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2009-12-16 09:27:31 +0100
committerStefan Roese <sr@denx.de>2009-12-22 05:53:00 +0100
commitbe34fef7fdcfaffc68495e50929669ac5e4bd800 (patch)
tree2bbce98dfcbdde057683d749848014c875057ef8 /include/configs/alpr.h
parent072e754b6b9bef438fc0870318755e33051baa7d (diff)
downloadblackbird-obmc-uboot-be34fef7fdcfaffc68495e50929669ac5e4bd800.tar.gz
blackbird-obmc-uboot-be34fef7fdcfaffc68495e50929669ac5e4bd800.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 "ping" and "diag" 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/configs/alpr.h')
-rw-r--r--include/configs/alpr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/alpr.h b/include/configs/alpr.h
index 964630fa5f..0fed9ad68e 100644
--- a/include/configs/alpr.h
+++ b/include/configs/alpr.h
@@ -232,7 +232,6 @@
#include <config_cmd_default.h>
#define CONFIG_CMD_DHCP
-#define CONFIG_CMD_DIAG
#define CONFIG_CMD_EEPROM
#define CONFIG_CMD_FPGA
#define CONFIG_CMD_I2C
@@ -240,7 +239,6 @@
#define CONFIG_CMD_NAND
#define CONFIG_CMD_NET
#define CONFIG_CMD_PCI
-#define CONFIG_CMD_PING
#undef CONFIG_CMD_NFS
#undef CONFIG_WATCHDOG /* watchdog disabled */
OpenPOWER on IntegriCloud