diff options
author | Wu, Josh <Josh.wu@atmel.com> | 2013-07-03 11:11:46 +0800 |
---|---|---|
committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2013-08-22 16:50:21 +0200 |
commit | be3dbef50262e60bcdaf0a6992cec5ed891fecbb (patch) | |
tree | de82ce5565caccfda19f1c6cef9caf0815f8751a /arch/arm | |
parent | b2d96dc28ffb2acad250ffb551a442396db83f38 (diff) | |
download | u-boot-imx-be3dbef50262e60bcdaf0a6992cec5ed891fecbb.zip u-boot-imx-be3dbef50262e60bcdaf0a6992cec5ed891fecbb.tar.gz u-boot-imx-be3dbef50262e60bcdaf0a6992cec5ed891fecbb.tar.bz2 |
ARM: at91: sama5d3: remove unused definition about PMECC alpha table offset
Signed-off-by: Josh Wu <josh.wu@atmel.com>
Acked-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/include/asm/arch-at91/sama5d3.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/include/asm/arch-at91/sama5d3.h b/arch/arm/include/asm/arch-at91/sama5d3.h index 49bd335..fefee5e 100644 --- a/arch/arm/include/asm/arch-at91/sama5d3.h +++ b/arch/arm/include/asm/arch-at91/sama5d3.h @@ -191,8 +191,6 @@ */ #define ATMEL_PMECC_INDEX_OFFSET_512 0x10000 #define ATMEL_PMECC_INDEX_OFFSET_1024 0x18000 -#define ATMEL_PMECC_ALPHA_OFFSET_512 0x10000 -#define ATMEL_PMECC_ALPHA_OFFSET_1024 0x18000 /* * SAMA5D3 specific prototypes |