[U-Boot] [PATCH]: common/cmd_flash.c: bug-fix

Wolfgang Denk wd at denx.de
Fri Feb 12 16:27:32 CET 2010


Dear "Teh Kok How",

In message <89D4E2CB6B654B3FB0DA6A0CE6650515 at smartbridges.com> you wrote:
>
> --- u-boot-2009.11.1.orig/common/cmd_flash.c    2010-01-25
> 16:35:12.000000000 +0800
> +++ u-boot-2009.11.1.new/common/cmd_flash.c     2010-02-12
> 16:18:10.565540182 +0800
> @@ -43,6 +43,7 @@
> 
>  #ifndef CONFIG_SYS_NO_FLASH
>  extern flash_info_t flash_info[];      /* info for FLASH chips */
> +extern struct mtd_device *current_mtd_dev;
> 
>  /*
>   * The user interface starts numbering for Flash banks with 1
> @@ -331,6 +332,7 @@
>         u8 dev_type, dev_num, pnum;
>  #endif
>         int rcode = 0;
> +       char mtd_dev[10];

Where is this magic constant 10 coming from?

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Why is an average signature file longer than an average Perl script??


More information about the U-Boot mailing list