[U-Boot] [PATCH] atngwmkii: convert to generic board

Signed-off-by: Andreas Bießmann andreas.devel@googlemail.com ---
include/configs/atngw100mkii.h | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/include/configs/atngw100mkii.h b/include/configs/atngw100mkii.h index 35eae76..eaed7ea 100644 --- a/include/configs/atngw100mkii.h +++ b/include/configs/atngw100mkii.h @@ -16,6 +16,10 @@ #define CONFIG_AT32AP7000 #define CONFIG_ATNGW100MKII
+#define CONFIG_SYS_GENERIC_BOARD +#define CONFIG_BOARD_EARLY_INIT_F +#define CONFIG_BOARD_EARLY_INIT_R + /* * Set up the PLL to run at 140 MHz, the CPU to run at the PLL * frequency, the HSB and PBB busses to run at 1/2 the PLL frequency

On Sun, Mar 01, 2015 at 10:01:13PM +0100, Andreas Bießmann wrote:
Signed-off-by: Andreas Bießmann andreas.devel@googlemail.com
Applied to u-boot/master, thanks!
participants (2)
-
Andreas Bießmann
-
Tom Rini