> -----Original Message----- > From: Frans Meulenbroeks [mailto:fransmeulenbro...@gmail.com] > Sent: Sunday, April 04, 2010 10:53 PM > To: u-boot@lists.denx.de; simon.kagst...@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 <fransmeulenbro...@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 . . > _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot