summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-at91/at91_spi.h
diff options
context:
space:
mode:
authorXu, Hong <Hong.Xu@atmel.com>2011-06-10 21:31:25 (GMT)
committerU-Boot <uboot@aari01-12.(none)>2011-08-03 11:00:56 (GMT)
commitffa280fa538c9296b8e831c93fa5773056151eed (patch)
tree92267a4b81a2bd591493582d1520c14c3bb3f3f8 /arch/arm/include/asm/arch-at91/at91_spi.h
parentf7aea46d6ad9c257d2fbea7238cc8796aaa733f1 (diff)
downloadu-boot-fsl-qoriq-ffa280fa538c9296b8e831c93fa5773056151eed.tar.xz
AT91: Makes AT91SAM9263 SoC build correctly against u-boot-atmel/master
Rework for AT91SAM9263 SoC, makes it build again. Based on the work for AT91SAM9260-EK. Signed-off-by: Hong Xu <hong.xu@atmel.com> Signed-off-by: Reinhard Meyer <uboot@emk-elektronik.de>
Diffstat (limited to 'arch/arm/include/asm/arch-at91/at91_spi.h')
-rw-r--r--arch/arm/include/asm/arch-at91/at91_spi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-at91/at91_spi.h b/arch/arm/include/asm/arch-at91/at91_spi.h
index c520e89..afe724d 100644
--- a/arch/arm/include/asm/arch-at91/at91_spi.h
+++ b/arch/arm/include/asm/arch-at91/at91_spi.h
@@ -33,7 +33,7 @@ typedef struct at91_spi {
at91_pdc_t pdc;
} at91_spi_t;
-#ifdef CONFIG_AT91_LEGACY
+#ifdef CONFIG_ATMEL_LEGACY
#define AT91_SPI_CR 0x00 /* Control Register */
#define AT91_SPI_SPIEN (1 << 0) /* SPI Enable */