diff options
author | Mark A. Greer <mgreer@mvista.com> | 2007-05-31 15:56:15 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-06-25 03:02:04 -0400 |
commit | b0e80206cc42334032f18edee0ab591b0f275e12 (patch) | |
tree | 2d5d8eb094127c78c7f50fd8503e1d277a1dad86 /arch/powerpc/platforms/embedded6xx/Kconfig | |
parent | a00cec48ccda0f2b550ad4082d6e95c7cc232925 (diff) |
[POWERPC] Update holly to use new dts wrapping feature
The holly support currently has separate rules to wrap its device tree
with its zImage. This can now be done automatically without the extra
rules so update holly support to use the automatic feature.
Signed-off-by: Mark A. Greer <mgreer@mista.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/embedded6xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/embedded6xx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/embedded6xx/Kconfig b/arch/powerpc/platforms/embedded6xx/Kconfig index f2d26268ca6f..91a1652cb917 100644 --- a/arch/powerpc/platforms/embedded6xx/Kconfig +++ b/arch/powerpc/platforms/embedded6xx/Kconfig | |||
@@ -28,6 +28,7 @@ config PPC_HOLLY | |||
28 | bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)" | 28 | bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)" |
29 | select TSI108_BRIDGE | 29 | select TSI108_BRIDGE |
30 | select PPC_UDBG_16550 | 30 | select PPC_UDBG_16550 |
31 | select WANT_DEVICE_TREE | ||
31 | help | 32 | help |
32 | Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval | 33 | Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval |
33 | Board with TSI108/9 bridge (Hickory/Holly) | 34 | Board with TSI108/9 bridge (Hickory/Holly) |