Re: [U-Boot] [PATCH] ARM: UniPhier: remove Denali NAND controller fixup code

2014-12-07 Thread Masahiro YAMADA
2014-11-28 15:19 GMT+09:00 Masahiro Yamada : > This ugly work-around code is unnecessary since commit f09eb52b3ffc > (mtd: denali: set some registers after nand_scan_ident()). > > Signed-off-by: Masahiro Yamada > --- Applied to u-boot-uniphier/master. -- Best Regards Masahiro Yamada

[U-Boot] [PATCH] ARM: UniPhier: remove Denali NAND controller fixup code

2014-11-27 Thread Masahiro Yamada
This ugly work-around code is unnecessary since commit f09eb52b3ffc (mtd: denali: set some registers after nand_scan_ident()). Signed-off-by: Masahiro Yamada --- arch/arm/cpu/armv7/uniphier/board_late_init.c | 38 --- 1 file changed, 38 deletions(-) diff --git a/arch/ar