From 0176d43e759a6e00cacc85eff26fd60f74b4f6b7 Mon Sep 17 00:00:00 2001 From: Stelian Pop Date: Wed, 26 Mar 2008 18:52:33 +0100 Subject: Add support for AT91SAM9260EK Support for booting from internal DataFlash, external DataFlash card or NAND flash is available. Signed-off-by: Stelian Pop --- include/asm-arm/arch-at91sam9/at91sam926x_mc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/asm-arm/arch-at91sam9/at91sam926x_mc.h') diff --git a/include/asm-arm/arch-at91sam9/at91sam926x_mc.h b/include/asm-arm/arch-at91sam9/at91sam926x_mc.h index d82631c251..041138f809 100644 --- a/include/asm-arm/arch-at91sam9/at91sam926x_mc.h +++ b/include/asm-arm/arch-at91sam9/at91sam926x_mc.h @@ -79,7 +79,6 @@ #define AT91_SDRAMC_MD_SDRAM 0 #define AT91_SDRAMC_MD_LOW_POWER_SDRAM 1 - /* Static Memory Controller (SMC) registers */ #define AT91_SMC_SETUP(n) (AT91_SMC + 0x00 + ((n)*0x10)) /* Setup Register for CS n */ #define AT91_SMC_NWESETUP (0x3f << 0) /* NWE Setup Length */ -- cgit