diff options
author | Andreas Bießmann | 2015-03-01 22:01:13 +0100 |
---|---|---|
committer | Tom Rini | 2015-03-02 08:49:48 -0500 |
commit | ed78b11ca43b37d4cb4a1987cb67dcdd53a869b7 (patch) | |
tree | 5d6d4fdfcae68858039c2fef39a0d0e72214b467 | |
parent | cc2b49c2baa54bc0223c585f1918fc7c2582235b (diff) |
atngwmkii: convert to generic board
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
-rw-r--r-- | include/configs/atngw100mkii.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/atngw100mkii.h b/include/configs/atngw100mkii.h index 35eae769301..eaed7eaa202 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 |