[U-Boot] [PATCH] ppc4xx: alpr: Remove some not needed commands to make image fit again

Pieter Voorthuijsen pieter.voorthuijsen at Prodrive.nl
Thu Apr 8 09:37:05 CEST 2010


Hi Stefan,

> 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.

I see that PCI is also enabled again. This is not used and can be turned off. Otherwise I think we'll see this 'won't fit' message again in a few months. :)

> Signed-off-by: Stefan Roese <sr at denx.de>
> Cc: Pieter Voorthuijsen <pieter.voorthuijsen at prodrive.nl>
> ---
>  include/configs/alpr.h |    4 +++-
>  1 files changed, 3 insertions(+), 1 deletions(-)
> 
> diff --git a/include/configs/alpr.h b/include/configs/alpr.h 
> index f2392f6..ee0c14d 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		*/
>  
> --
> 1.7.0.4
> 
> 

Disclaimer: The information contained in this email, including any attachments is 
confidential and is for the sole use of the intended recipient(s). Any unauthorized 
review, use, disclosure or distribution is prohibited. If you are not the intended 
recipient, please notify the sender immediately by replying to this message and 
destroy all copies of this message and any attachments.


More information about the U-Boot mailing list