diff options
author | Wolfgang Grandegger <wg@grandegger.com> | 2008-06-06 07:50:04 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-06-10 11:33:53 -0400 |
commit | 6dd1b64a26d9209c09488e9fa257e7744823bf29 (patch) | |
tree | b61365a5fc59681c793abd769ca1ac78421c6c9b /arch/powerpc/boot/Makefile | |
parent | 4fb035f69e3d08506b65d33b97be1b0e78af39a2 (diff) |
powerpc/85xx: add board support for the TQM8548 modules
This patch adds support for the TQM8548 modules from TQ-Components
GmbH (http://www.tqc.de).
Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/Makefile')
-rw-r--r-- | arch/powerpc/boot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile index e02fe3603e3e..25d9fb0433ff 100644 --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile | |||
@@ -255,6 +255,7 @@ image-$(CONFIG_MPC85xx_DS) += cuImage.mpc8544ds \ | |||
255 | cuImage.mpc8572ds | 255 | cuImage.mpc8572ds |
256 | image-$(CONFIG_TQM8540) += cuImage.tqm8540 | 256 | image-$(CONFIG_TQM8540) += cuImage.tqm8540 |
257 | image-$(CONFIG_TQM8541) += cuImage.tqm8541 | 257 | image-$(CONFIG_TQM8541) += cuImage.tqm8541 |
258 | image-$(CONFIG_TQM8548) += cuImage.tqm8548 | ||
258 | image-$(CONFIG_TQM8555) += cuImage.tqm8555 | 259 | image-$(CONFIG_TQM8555) += cuImage.tqm8555 |
259 | image-$(CONFIG_TQM8560) += cuImage.tqm8560 | 260 | image-$(CONFIG_TQM8560) += cuImage.tqm8560 |
260 | image-$(CONFIG_SBC8548) += cuImage.sbc8548 | 261 | image-$(CONFIG_SBC8548) += cuImage.sbc8548 |