Re: [U-Boot] [PATCH 1/2] mx28evk: Use 512k for fdt partition to align it

2013-10-03 Thread Otavio Salvador
On Thu, Oct 3, 2013 at 6:48 PM, Wolfgang Denk wrote: > Dear Otavio Salvador, > > In message <1380801056-11923-1-git-send-email-ota...@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-of

Re: [U-Boot] [PATCH 1/2] mx28evk: Use 512k for fdt partition to align it

2013-10-03 Thread Wolfgang Denk
Dear Otavio Salvador, In message <1380801056-11923-1-git-send-email-ota...@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 > --- > include/configs/mx28evk.h | 2 +-

[U-Boot] [PATCH 1/2] mx28evk: Use 512k for fdt partition to align it

2013-10-03 Thread Otavio Salvador
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 --- include/configs/mx28evk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h in