summaryrefslogtreecommitdiff
path: root/common/lynxkdi.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.(none)>2005-08-02 14:43:57 +0200
committerWolfgang Denk <wd@pollux.(none)>2005-08-02 14:43:57 +0200
commit7d939f89471d05ee40764156dd7147bca148c068 (patch)
treed486d08a91b344617454ee501678f184595d6ba3 /common/lynxkdi.c
parent0f18cb6eef469688a1c57647e486c1341c045b9f (diff)
parent7770ce47e4904b295632cae95f24fa6f62eb9e32 (diff)
Merge with /home/sr/git/u-boot
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;