Skip to content

Commit

Permalink
ppc4xx: alpr: Remove some not needed commands to make image fit again
Browse files Browse the repository at this point in the history
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 <[email protected]>
Cc: Pieter Voorthuijsen <[email protected]>
  • Loading branch information
stroese committed Apr 14, 2010
1 parent 8d321b8 commit 288991c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/configs/alpr.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit 288991c

Please sign in to comment.