mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 16:10:58 +00:00
ARM: at91sam9x5: define the AT91FAMILY and ARM926EJS in SoC header
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
2ff22cf4a8
commit
168a48f39f
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@
|
||||||
#ifndef __AT91SAM9X5_H__
|
#ifndef __AT91SAM9X5_H__
|
||||||
#define __AT91SAM9X5_H__
|
#define __AT91SAM9X5_H__
|
||||||
|
|
||||||
|
#define CONFIG_ARM926EJS /* ARM926EJS Core */
|
||||||
|
#define CONFIG_AT91FAMILY /* it's a member of AT91 family */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Peripheral identifiers/interrupts.
|
* Peripheral identifiers/interrupts.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue