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 /Makefile | |
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 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1607,8 +1607,8 @@ xilinx-ppc440-generic_config: unconfig >> $(obj)board/xilinx/ppc440-generic/config.tmp @$(MKCONFIG) xilinx-ppc440-generic ppc ppc4xx ppc440-generic xilinx -XPEDITE1K_config: unconfig - @$(MKCONFIG) $(@:_config=) ppc ppc4xx xpedite1k +XPEDITE1000_config: unconfig + @$(MKCONFIG) $(@:_config=) ppc ppc4xx xpedite1000 xes yosemite_config \ yellowstone_config: unconfig |