[U-Boot] [PATCH] ppc4xx: Remove some features from ALPR to fit into 256k again

Pieter Voorthuijsen pieter.voorthuijsen at Prodrive.nl
Wed Dec 10 10:23:10 CET 2008


Hi Stefan,

This patch looks good to me. In my opinion we don't need PCI either, when we need it for debugging, we can enable it...

Best regards, Pieter

> -----Original Message-----
> From: Stefan Roese [mailto:sr at denx.de] 
> Sent: dinsdag 9 december 2008 20:09
> To: u-boot at lists.denx.de
> Cc: Pieter Voorthuijsen
> Subject: [PATCH] ppc4xx: Remove some features from ALPR to 
> fit into 256k again
> 
> Signed-off-by: Stefan Roese <sr at denx.de>
> ---
>  include/configs/alpr.h |    5 +----
>  1 files changed, 1 insertions(+), 4 deletions(-)
> 
> diff --git a/include/configs/alpr.h b/include/configs/alpr.h 
> index 6e9f5e5..7ce8205 100644
> --- a/include/configs/alpr.h
> +++ b/include/configs/alpr.h
> @@ -235,18 +235,15 @@
>  #define CONFIG_CMD_DHCP
>  #define CONFIG_CMD_DIAG
>  #define CONFIG_CMD_EEPROM
> -#define CONFIG_CMD_ELF
>  #define CONFIG_CMD_FPGA
>  #define CONFIG_CMD_I2C
>  #define CONFIG_CMD_IRQ
>  #define CONFIG_CMD_MII
>  #define CONFIG_CMD_NAND
>  #define CONFIG_CMD_NET
> -#define CONFIG_CMD_NFS
>  #define CONFIG_CMD_PCI
>  #define CONFIG_CMD_PING
> -#define CONFIG_CMD_REGINFO
> -
> +#undef CONFIG_CMD_NFS
>  
>  #undef CONFIG_WATCHDOG			/* watchdog 
> disabled		*/
>  
> --
> 1.6.0.5
> 
> 

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