On 21/01/2014 22:00, Marek Vasut wrote:
> The name the Linux kernel expects is 'mxc_nand' , not 'mxc-nand' .
> This patch renames the driver name.
> 
> Signed-off-by: Marek Vasut <ma...@denx.de>
> Cc: Stefano Babic <sba...@denx.de>
> ---
>  include/configs/m53evk.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/include/configs/m53evk.h b/include/configs/m53evk.h
> index d812349..db3697d 100644
> --- a/include/configs/m53evk.h
> +++ b/include/configs/m53evk.h
> @@ -128,9 +128,9 @@
>  #define CONFIG_LZO
>  #define CONFIG_MTD_DEVICE
>  #define CONFIG_MTD_PARTITIONS
> -#define MTDIDS_DEFAULT                       "nand0=mxc-nand"
> +#define MTDIDS_DEFAULT                       "nand0=mxc_nand"
>  #define MTDPARTS_DEFAULT                     \
> -     "mtdparts=mxc-nand:"                    \
> +     "mtdparts=mxc_nand:"                    \
>               "1m(bootloader)ro,"             \
>               "512k(environment),"            \
>               "512k(redundant-environment),"  \
> 

Acked-by: Stefano Babic <sba...@denx.de>

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=====================================================================
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to