[U-Boot] [PATCH 1/2] mx28evk: Use 512k for fdt partition to align it
Wolfgang Denk
wd at denx.de
Thu Oct 3 23:48:33 CEST 2013
Dear Otavio Salvador,
In message <1380801056-11923-1-git-send-email-otavio at ossystems.com.br> you wrote:
> Using 512k for fdt partition allow it to be aligned with the other
> small partitions and 512k erase block size.
>
> Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
> ---
> include/configs/mx28evk.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h
> index 07f88ca..27b1a41 100644
> --- a/include/configs/mx28evk.h
> +++ b/include/configs/mx28evk.h
> @@ -97,7 +97,7 @@
> "512k(environment)," \
> "512k(redundant-environment)," \
> "4m(kernel)," \
> - "128k(fdt)," \
> + "512k(fdt)," \
> "8m(ramdisk)," \
> "-(filesystem)"
Are you positively sure there is a 0.5 MiB erase block size?
Which exact NAND device is this?
Sorry for asking, there is no NAND at all on the mx28evk in our lab,
so I really have no clue...
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
If you're out of tree, you don't exist.
- David Woodhouse in <1304620350.2398.29.camel at i7.infradead.org>
More information about the U-Boot
mailing list