[U-Boot] [PATCH] configs/openrd_base.h: reordered macros

Prafulla Wadaskar prafulla at marvell.com
Tue Apr 13 12:34:25 CEST 2010


 

> -----Original Message-----
> From: Frans Meulenbroeks [mailto:fransmeulenbroeks at gmail.com] 
> Sent: Sunday, April 04, 2010 10:53 PM
> To: u-boot at lists.denx.de; simon.kagstrom at netinsight.net; 
> Prafulla Wadaskar
> Cc: Frans Meulenbroeks
> Subject: [PATCH] configs/openrd_base.h: reordered macros
> 
> moved CONFIG_CMD_FAT to filesystem section
> swappeda CONFIG_CMD_NAND and CONFIG_CMD_MII so they are alpha correct
> 
> Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
> ---
>  include/configs/openrd_base.h |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/include/configs/openrd_base.h 
> b/include/configs/openrd_base.h
> index 88f27ba..d2f4502 100644
> --- a/include/configs/openrd_base.h
> +++ b/include/configs/openrd_base.h
> @@ -99,9 +99,8 @@
>  #define CONFIG_CMD_AUTOSCRIPT
>  #define CONFIG_CMD_DHCP
>  #define CONFIG_CMD_ENV
> -#define CONFIG_CMD_FAT
> -#define CONFIG_CMD_NAND
>  #define CONFIG_CMD_MII
> +#define CONFIG_CMD_NAND
>  #define CONFIG_CMD_PING
>  #define CONFIG_CMD_USB
>  
> @@ -208,6 +207,7 @@
>  /*
>   * File system
>   */
> +#define CONFIG_CMD_FAT
>  #define CONFIG_CMD_UBI
>  #define CONFIG_CMD_UBIFS
>  #define CONFIG_RBTREE
> -- 
> 1.6.4.2
> 

Applied to u-boot-marvell.git master branch

Regards..
Prafulla . .

> 


More information about the U-Boot mailing list