diff options
Diffstat (limited to 'include/configs/adsvix.h')
-rw-r--r-- | include/configs/adsvix.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/include/configs/adsvix.h b/include/configs/adsvix.h index b8797d1..c410891 100644 --- a/include/configs/adsvix.h +++ b/include/configs/adsvix.h @@ -34,13 +34,6 @@ #define __CONFIG_H /* - * If we are developing, we might want to start armboot from ram - * so we MUST NOT initialize critical regs like mem-timing ... - */ -#define CONFIG_INIT_CRITICAL /* undef for developing */ -#define RTC - -/* * High Level Configuration Options * (easy to change) */ @@ -51,6 +44,8 @@ #undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */ +#define RTC + /* * Size of malloc() pool */ |