mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 16:10:58 +00:00
ARM: at91: remove AT91X40 macro since it is not use any more
The at91x40.h is not exist. So we remove it. Signed-off-by: Josh Wu <josh.wu@atmel.com> Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
This commit is contained in:
parent
e166a8311f
commit
2ff22cf4a8
1 changed files with 0 additions and 2 deletions
|
@ -25,8 +25,6 @@
|
|||
# include <asm/arch/at91sam9x5.h>
|
||||
#elif defined(CONFIG_AT91CAP9)
|
||||
# include <asm/arch/at91cap9.h>
|
||||
#elif defined(CONFIG_AT91X40)
|
||||
# include <asm/arch/at91x40.h>
|
||||
#elif defined(CONFIG_SAMA5D3)
|
||||
# include <asm/arch/sama5d3.h>
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue