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/configs/MPC8260ADS.h | |
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/configs/MPC8260ADS.h')
-rw-r--r-- | include/configs/MPC8260ADS.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/MPC8260ADS.h b/include/configs/MPC8260ADS.h index bca2074..6195bca 100644 --- a/include/configs/MPC8260ADS.h +++ b/include/configs/MPC8260ADS.h @@ -503,7 +503,7 @@ #endif /* CONFIG_ADSTYPE == CONFIG_8272ADS*/ #if CONFIG_ADSTYPE == CFG_8272ADS -#define CONFIG_HAS_ETH1 +#define CONFIG_HAS_ETH1 #endif #endif /* __CONFIG_H */ |