diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-09-26 01:06:33 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-09-26 01:06:33 +0200 |
commit | c570b2fdf5da2e05c2707a112a1238913b6c4c23 (patch) | |
tree | a8be99b34b98b02114eca2bbe040f425fb73feeb /include/asm-arm | |
parent | c2d0ab4da856a28e4cb48c0835de3fc4179a91df (diff) | |
download | u-boot-imx-c570b2fdf5da2e05c2707a112a1238913b6c4c23.zip u-boot-imx-c570b2fdf5da2e05c2707a112a1238913b6c4c23.tar.gz u-boot-imx-c570b2fdf5da2e05c2707a112a1238913b6c4c23.tar.bz2 |
Add board support for armadillo HT1070
Patch by Rowel Atienza, 06 Apr 2005
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/arch-arm720t/hardware.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/arch-arm720t/hardware.h b/include/asm-arm/arch-arm720t/hardware.h index 5064697..9404acd 100644 --- a/include/asm-arm/arch-arm720t/hardware.h +++ b/include/asm-arm/arch-arm720t/hardware.h @@ -32,6 +32,8 @@ /* include IMPA7 specific hardware file if there was one */ #elif defined(CONFIG_EP7312) /* include EP7312 specific hardware file if there was one */ +#elif defined(CONFIG_ARMADILLO) +/* include armadillo specific hardware file if there was one */ #else #error No hardware file defined for this configuration #endif |