Re: [U-Boot] [PATCH] Nokia RX-51: Use generic board

2015-01-15 Thread Pavel Machek
On Thu 2015-01-15 10:26:36, Pali Rohár wrote: > Generic board with #define CONFIG_SYS_GENERIC_BOARD is working fine. > There is no visible difference between legacy and generic board code. > > Signed-off-by: Pali Rohár Thanks! Acked-by: Pavel Machek (I added Albert Aribaud to the To: list, as

[U-Boot] [PATCH] Nokia RX-51: Use generic board

2015-01-15 Thread Pali Rohár
Generic board with #define CONFIG_SYS_GENERIC_BOARD is working fine. There is no visible difference between legacy and generic board code. Signed-off-by: Pali Rohár --- include/configs/nokia_rx51.h |1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/nokia_rx51.h b/include/conf