diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2009-07-17 19:01:16 -0500 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2009-07-24 06:42:32 +0200 |
commit | 10c1b218556ed9871f36bc0c407f4f2f6196353b (patch) | |
tree | 351d25ae1a6c3652aa8d1635d6d57f531f61ae45 /include | |
parent | 54381b79d268e1bead5d78ed8423df31a3cb0e2c (diff) | |
download | u-boot-imx-10c1b218556ed9871f36bc0c407f4f2f6196353b.zip u-boot-imx-10c1b218556ed9871f36bc0c407f4f2f6196353b.tar.gz u-boot-imx-10c1b218556ed9871f36bc0c407f4f2f6196353b.tar.bz2 |
xpedite1k: Move to X-ES vendor directory
The XPedite1000 is an X-ES product thus it can be put in board/xes along
with other X-ES boards. Along with the move, the board was renamed to
XPedite1000 from XPedite1K to fit X-ES's standard naming convention.
Maintainership was also transfered to Peter Tyser.
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/XPEDITE1000.h (renamed from include/configs/XPEDITE1K.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/XPEDITE1K.h b/include/configs/XPEDITE1000.h index bb6208c..658e947 100644 --- a/include/configs/XPEDITE1K.h +++ b/include/configs/XPEDITE1000.h @@ -31,7 +31,7 @@ #define __CONFIG_H /* High Level Configuration Options */ -#define CONFIG_XPEDITE1K 1 /* Board is XPedite 1000 */ +#define CONFIG_XPEDITE1000 1 #define CONFIG_SYS_BOARD_NAME "XPedite1000" #define CONFIG_4xx 1 /* ... PPC4xx family */ #define CONFIG_440 1 |