From b29b8f43d56b62e406349a5cf1ed56f17454c1f7 Mon Sep 17 00:00:00 2001 From: Juergen Beisert Date: Mon, 2 Jan 2012 12:43:52 +0100 Subject: MACH SAMSUNG/S3C: Use the correct CPU family name to reflect NAND driver's usage The aready existing NAND controller driver in Barebox is for the S3C24XX family only. Change the name of the file to reflect this fact (and free the way to add more recent Samsung NAND controllers) Signed-off-by: Juergen Beisert Signed-off-by: Sascha Hauer --- arch/arm/boards/a9m2410/a9m2410.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/boards/a9m2410/a9m2410.c') diff --git a/arch/arm/boards/a9m2410/a9m2410.c b/arch/arm/boards/a9m2410/a9m2410.c index 14eaa1bc8f..989dcf78ba 100644 --- a/arch/arm/boards/a9m2410/a9m2410.c +++ b/arch/arm/boards/a9m2410/a9m2410.c @@ -33,7 +33,7 @@ #include #include #include -#include +#include // {"NAND 1MiB 3,3V 8-bit", 0xec, 256, 1, 0x1000, 0}, static struct s3c24x0_nand_platform_data nand_info = { -- cgit v1.2.3