summaryrefslogtreecommitdiffstats
path: root/arch/ppc
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:02:03 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:02:03 +0200
commit71ea782dcb557c2e9c218d7dd9dcbad486662ba9 (patch)
tree13907bc03f8290f2c0beb03d2e16c1b03812073e /arch/ppc
parent1dc8483ffa269c21849fddb82845fe651ad1d725 (diff)
downloadbarebox-71ea782dcb557c2e9c218d7dd9dcbad486662ba9.tar.gz
barebox-71ea782dcb557c2e9c218d7dd9dcbad486662ba9.tar.xz
svn_rev_536
add REV for phytec tiny board
Diffstat (limited to 'arch/ppc')
-rw-r--r--arch/ppc/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig
index e3bdb779ac..41e99a8313 100644
--- a/arch/ppc/Kconfig
+++ b/arch/ppc/Kconfig
@@ -24,6 +24,14 @@ config MACH_PHYCORE_MPC5200B_TINY
help
Say Y here if you are using the Motorola MX1ADS board
+config MACH_PHYCORE_MPC5200B_TINY_REV_1
+ bool "Build U-Boot for revision 1 board"
+ default y
+ depends on MACH_PHYCORE_MPC5200B_TINY
+ help
+ Revision 0 and revision 1 of the tiny board are not
+ compatible with each other. Unless you have a very old
+ board you should enable this option.
endchoice
source common/Kconfig