Re: [U-Boot] [PATCH] nios2: add generic board support

2014-08-21 Thread Stefan Roese
On 21.08.2014 10:53, Thomas Chou wrote: This patch implements the generic board init as described in doc/README.generic-board. Good idea. Please find below a few comments, mostly coding style related. diff --git a/arch/nios2/cpu/cpu.c b/arch/nios2/cpu/cpu.c index e0dcbc2..4714171 100644 ---

[U-Boot] [PATCH] nios2: add generic board support

2014-08-21 Thread Thomas Chou
This patch implements the generic board init as described in doc/README.generic-board. Signed-off-by: Thomas Chou Signed-off-by: Scott McNutt --- arch/nios2/config.mk|2 + arch/nios2/cpu/cpu.c| 12 +++- arch/nios2/cpu/start.S | 34 - arch/nios2/i