
Mark Jackson wrote:
Added code to setup the extra Flash and FRAM chip selects as used on the MIMC200 board.
V2 moves the init code from the common "cpu.c" file into the board specific setup file.
Signed-off-by: Mark Jackson mpfj@mimc.co.uk
Applied to mimc200 after fixing up some whitespace damage, thanks.
board/mimc/mimc200/mimc200.c | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/board/mimc/mimc200/mimc200.c b/board/mimc/mimc200/mimc200.c index 8516dcb..423238b 100644 --- a/board/mimc/mimc200/mimc200.c +++ b/board/mimc/mimc200/mimc200.c @@ -29,6 +29,8 @@ #include <asm/arch/hmatrix.h> #include <lcd.h>
+#include "../../../cpu/at32ap/hsmc3.h"
it would probably be better if this file was moved somewhere under include/asm-avr32, however.
Haavard