From 3cb9677e87768a54552e1e340ac60464ce7e2773 Mon Sep 17 00:00:00 2001 From: imp Date: Sat, 7 Jul 2012 05:02:39 +0000 Subject: Create a generic way to support multiple boards within an arm platform. Add all the atmel boards to the ATMEL kernel for testing purposes. Until boot loader arg parsing of baord type is done, this won't actually be able to do the runtime selection. --- sys/conf/options.arm | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/conf/options.arm') diff --git a/sys/conf/options.arm b/sys/conf/options.arm index 913f98d..a1cca86 100644 --- a/sys/conf/options.arm +++ b/sys/conf/options.arm @@ -3,6 +3,7 @@ ARM9_CACHE_WRITE_THROUGH opt_global.h ARM_CACHE_LOCK_ENABLE opt_global.h ARMFPE opt_global.h ARM_KERN_DIRECTMAP opt_vm.h +ARM_MANY_BOARD opt_global.h ARM_USE_SMALL_ALLOC opt_global.h COUNTS_PER_SEC opt_timer.h CPU_SA1100 opt_global.h -- cgit v1.1