summaryrefslogtreecommitdiffstats
path: root/drivers/nor/cfi_flash_amd.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-02-08 13:44:27 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2010-02-08 14:37:49 +0100
commit582da05383cc3c8ef7ba7c8c2ff7b7eaff32c584 (patch)
tree01d4077a14bc83976b902b1960a3074f419cdcf3 /drivers/nor/cfi_flash_amd.c
parent8b828993411963d261ed6760b6fb7cea19b2cce3 (diff)
downloadbarebox-582da05383cc3c8ef7ba7c8c2ff7b7eaff32c584.tar.gz
barebox-582da05383cc3c8ef7ba7c8c2ff7b7eaff32c584.tar.xz
cfi_flash: remove old driver and switch to new one
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/nor/cfi_flash_amd.c')
-rw-r--r--drivers/nor/cfi_flash_amd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nor/cfi_flash_amd.c b/drivers/nor/cfi_flash_amd.c
index 44eb881433..403405e8cc 100644
--- a/drivers/nor/cfi_flash_amd.c
+++ b/drivers/nor/cfi_flash_amd.c
@@ -1,6 +1,6 @@
#include <common.h>
#include <stdio.h>
-#include <cfi_flash_new.h>
+#include <cfi_flash.h>
static void flash_unlock_seq (flash_info_t * info, flash_sect_t sect)
{