FLASH/NOR: rename from spearsmi to stmsmi

STMicroelectronics controller SMI is not SPEAr specific.
Rename it and change name to every symbol in the code.

Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
Antonio Borneo
2010-11-22 12:21:31 +08:00
committed by Øyvind Harboe
parent 4bbdf966d4
commit 42082f7c23
5 changed files with 90 additions and 89 deletions

View File

@@ -40,7 +40,7 @@ extern struct flash_driver pic32mx_flash;
extern struct flash_driver avr_flash;
extern struct flash_driver faux_flash;
extern struct flash_driver virtual_flash;
extern struct flash_driver spearsmi_flash;
extern struct flash_driver stmsmi_flash;
/**
* The list of built-in flash drivers.
@@ -66,7 +66,7 @@ static struct flash_driver *flash_drivers[] = {
&avr_flash,
&faux_flash,
&virtual_flash,
&spearsmi_flash,
&stmsmi_flash,
NULL,
};