diff options
author | Reinhard Arlt <reinhard.arlt@esd-electronics.com> | 2009-06-10 19:09:40 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-07-19 11:21:08 +0200 |
commit | 52a0e2dee90c17e39634de814b16b96061cfb472 (patch) | |
tree | 061a3cd5814a2352e3e83fb0a51a60ad9deadd14 /common/Makefile | |
parent | d39041fcadb1231430201d298c31f6be03d654f7 (diff) | |
download | u-boot-imx-52a0e2dee90c17e39634de814b16b96061cfb472.zip u-boot-imx-52a0e2dee90c17e39634de814b16b96061cfb472.tar.gz u-boot-imx-52a0e2dee90c17e39634de814b16b96061cfb472.tar.bz2 |
Add support for the Tundra TSI148 VME-bridge
From: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
This patch adds support for the Tundra TSI148 VME-bridge. It's used on
the upcoming esd VME8349 board.
Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'common/Makefile')
-rw-r--r-- | common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile index 89f1c88..3781738 100644 --- a/common/Makefile +++ b/common/Makefile @@ -135,6 +135,7 @@ COBJS-$(CONFIG_CMD_SPI) += cmd_spi.o COBJS-$(CONFIG_CMD_SPIBOOTLDR) += cmd_spibootldr.o COBJS-$(CONFIG_CMD_STRINGS) += cmd_strings.o COBJS-$(CONFIG_CMD_TERMINAL) += cmd_terminal.o +COBJS-$(CONFIG_CMD_TSI148) += cmd_tsi148.o COBJS-$(CONFIG_CMD_UBI) += cmd_ubi.o COBJS-$(CONFIG_CMD_UBIFS) += cmd_ubifs.o COBJS-$(CONFIG_CMD_UNIVERSE) += cmd_universe.o |