From e7a8de17620cd24d0c28388d5851ce093297411c Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Thu, 11 Nov 2010 14:12:31 +0800 Subject: NOR/SPEAr: Add support for Serial NOR Add support and documentation for STMicroelectronics SPEAr Serial Memory Interface (SMI). Code tested on SPEAr3xx only. Signed-off-by: Antonio Borneo --- src/flash/nor/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/flash/nor/Makefile.am') diff --git a/src/flash/nor/Makefile.am b/src/flash/nor/Makefile.am index eec6f504..511e899e 100644 --- a/src/flash/nor/Makefile.am +++ b/src/flash/nor/Makefile.am @@ -23,6 +23,7 @@ NOR_DRIVERS = \ non_cfi.c \ ocl.c \ pic32mx.c \ + spearsmi.c \ stellaris.c \ stm32x.c \ str7x.c \ @@ -44,6 +45,7 @@ noinst_HEADERS = \ non_cfi.h \ ocl.h \ pic32mx.h \ + spearsmi.h \ stellaris.h \ stm32x.h \ str7x.h \ -- cgit v1.2.3-18-g5258