summaryrefslogtreecommitdiffstats
path: root/common/lynxkdi.c
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2005-08-01 16:41:48 +0200
committerStefan Roese <stefan@debian.(none)>2005-08-01 16:41:48 +0200
commitc157d8e219694f5c3dea1ed3826668bdc67ca093 (patch)
tree0db7954a0b50e4b5f2a5da2e007ea82a965c6663 /common/lynxkdi.c
parent15f36a5efd31fe608b43dc197ebbd80d3cecbe44 (diff)
downloadblackbird-obmc-uboot-c157d8e219694f5c3dea1ed3826668bdc67ca093.tar.gz
blackbird-obmc-uboot-c157d8e219694f5c3dea1ed3826668bdc67ca093.zip
Add support for AMCC PPC440EP/GR eval boards Yosemite and Yellowstone.
Patch by Steven Blakeslee, 27 Jul 2005
Diffstat (limited to 'common/lynxkdi.c')
-rw-r--r--common/lynxkdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/lynxkdi.c b/common/lynxkdi.c
index 14aa175b18..19f0620c93 100644
--- a/common/lynxkdi.c
+++ b/common/lynxkdi.c
@@ -20,7 +20,7 @@
#if defined(CONFIG_LYNXKDI)
#include <lynxkdi.h>
-#if defined(CONFIG_MPC8260)
+#if defined(CONFIG_MPC8260) || defined(CONFIG_440_EP) || defined(CONFIG_440_GR)
void lynxkdi_boot ( image_header_t *hdr )
{
void (*lynxkdi)(void) = (void(*)(void))hdr->ih_ep;
OpenPOWER on IntegriCloud