[U-Boot] [PATCH] config_cmd_all.h: added missing CONFIG_CMD_UBI and CONFIG_CMD_UBIFS

Detlev Zundel dzu at denx.de
Thu Apr 8 12:44:34 CEST 2010


Hi Frans,

> Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
> ---
>  include/config_cmd_all.h |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h
> index 058fdf1..1cb7067 100644
> --- a/include/config_cmd_all.h
> +++ b/include/config_cmd_all.h
> @@ -79,6 +79,8 @@
>  #define CONFIG_CMD_SOURCE	/* "source" command support	*/
>  #define CONFIG_CMD_SPI		/* SPI utility			*/
>  #define CONFIG_CMD_TERMINAL	/* built-in Serial Terminal	*/
> +#define CONFIG_CMD_UBI		/* UBI Support			*/
> +#define CONFIG_CMD_UBIFS	/* UBIFS Support		*/
>  #define CONFIG_CMD_UNIVERSE	/* Tundra Universe Support	*/
>  #define CONFIG_CMD_UNZIP	/* unzip from memory to memory	*/
>  #define CONFIG_CMD_USB		/* USB Support			*/

Thanks for looking into this.  If you do already change here, maybe you
can also sort the entries?  The comment says they should be.

Moreover maybe you want to look into some of these cases (the pipeline
can be tuned some more, but this is a first stab):

$ for i in `git grep CONFIG_CMD_ | grep '\.[ch]:' | grep -v CHANGELOG | sed 's/^.*\(CONFIG_CMD_[A-Z0-9_]\+\).*$/\1/' | sort | uniq` ; do if ! grep -q $i include/config_cmd_all.h ; then echo $i not found! ; fi ; done
CONFIG_CMD_AUTOSCRIPT not found!
CONFIG_CMD_BOOTLDR not found!
CONFIG_CMD_CHIP_CONFIG not found!
CONFIG_CMD_CMD_MII not found!
CONFIG_CMD_CPLBINFO not found!
CONFIG_CMD_CRAMFS not found!
CONFIG_CMD_CRC32 not found!
CONFIG_CMD_DCR not found!
CONFIG_CMD_DEFAULT_H not found!
CONFIG_CMD_DFL not found!
CONFIG_CMD_DNS not found!
CONFIG_CMD_DS4510 not found!
CONFIG_CMD_DS4510_INFO not found!
CONFIG_CMD_DS4510_MEM not found!
CONFIG_CMD_DS4510_RST not found!
CONFIG_CMD_ENV not found!
CONFIG_CMD_FUSE not found!
CONFIG_CMD_KGBD not found!
CONFIG_CMD_LOADY not found!
CONFIG_CMD_LOG not found!
CONFIG_CMD_MD5SUM not found!
CONFIG_CMD_MEMTEST not found!
CONFIG_CMD_MVENV not found!
CONFIG_CMD_NAND_LOCK_UNLOCK not found!
CONFIG_CMD_OTP not found!
CONFIG_CMD_PCA953X not found!
CONFIG_CMD_PCA953X_INFO not found!
CONFIG_CMD_POST not found!
CONFIG_CMD_RTC not found!
CONFIG_CMD_SATA not found!
CONFIG_CMD_SF not found!
CONFIG_CMD_SHA1 not found!
CONFIG_CMD_SHA1SUM not found!
CONFIG_CMD_SPIBOOTLDR not found!
CONFIG_CMD_STORAGE not found!
CONFIG_CMD_STRINGS not found!
CONFIG_CMD_TSI148 not found!
CONFIG_CMD_UBI not found!
CONFIG_CMD_UBIFS not found!
CONFIG_CMD_USB_STORAGE not found!

Cheers
  Detlev

-- 
Windows Vista? And what a vista! All you see as you look around your
garden is a 60foot high brick wall -- Crosbie Fitch.
--
DENX Software Engineering GmbH,      MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu at denx.de


More information about the U-Boot mailing list