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 | |
| parent | b2d96dc28ffb2acad250ffb551a442396db83f38 (diff) | |
| download | olio-uboot-2014.01-be3dbef50262e60bcdaf0a6992cec5ed891fecbb.tar.xz olio-uboot-2014.01-be3dbef50262e60bcdaf0a6992cec5ed891fecbb.zip | |
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>
| -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 49bd33510..fefee5ed2 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 |