diff options
-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 |