summaryrefslogtreecommitdiffstats
path: root/common/lynxkdi.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2005-08-12 23:55:10 +0200
committerWolfgang Denk <wd@pollux.denx.de>2005-08-12 23:55:10 +0200
commit55d150d95dbd4612f229e1f503c3a6aa8ed08a96 (patch)
treee8b755c6b0c5d56c8d8777236baab8b1deb67451 /common/lynxkdi.c
parent2191923072413972d8dbf3e1b2f8ce6762a85800 (diff)
parent90e4e7836596d8ae5cead41a776b2b95c84182c6 (diff)
downloadu-boot-55d150d95dbd4612f229e1f503c3a6aa8ed08a96.tar.gz
u-boot-55d150d95dbd4612f229e1f503c3a6aa8ed08a96.tar.xz
u-boot-55d150d95dbd4612f229e1f503c3a6aa8ed08a96.zip
Merge with /home/wd/git/u-boot/master
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 19f0620c93..797d8cc880 100644
--- a/common/lynxkdi.c
+++ b/common/lynxkdi.c
@@ -20,7 +20,7 @@
#if defined(CONFIG_LYNXKDI)
#include <lynxkdi.h>
-#if defined(CONFIG_MPC8260) || defined(CONFIG_440_EP) || defined(CONFIG_440_GR)
+#if defined(CONFIG_MPC8260) || defined(CONFIG_440EP) || defined(CONFIG_440GR)
void lynxkdi_boot ( image_header_t *hdr )
{
void (*lynxkdi)(void) = (void(*)(void))hdr->ih_ep;