diff options
author | Graeme Russ <graeme.russ@gmail.com> | 2009-02-24 21:12:35 +1100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-03-20 22:39:13 +0100 |
commit | ece444b42b71eb5bce34a24ec584573b3c8c4a98 (patch) | |
tree | 892b30d8c9d3f045e6d45d6484715635f37271be /board/sc520_cdp | |
parent | 6d83e3ac61dcdbcb7f04664309a9689fe01c5704 (diff) | |
download | u-boot-imx-ece444b42b71eb5bce34a24ec584573b3c8c4a98.zip u-boot-imx-ece444b42b71eb5bce34a24ec584573b3c8c4a98.tar.gz u-boot-imx-ece444b42b71eb5bce34a24ec584573b3c8c4a98.tar.bz2 |
Move ali512x.h
Moved ali512x.h from include/asm-i386/ic/ to /include
Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
Diffstat (limited to 'board/sc520_cdp')
-rw-r--r-- | board/sc520_cdp/sc520_cdp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sc520_cdp/sc520_cdp.c b/board/sc520_cdp/sc520_cdp.c index 1ddce7e..830ec37 100644 --- a/board/sc520_cdp/sc520_cdp.c +++ b/board/sc520_cdp/sc520_cdp.c @@ -27,7 +27,7 @@ #include <asm/io.h> #include <asm/pci.h> #include <asm/ic/sc520.h> -#include <asm/ic/ali512x.h> +#include <ali512x.h> #include <spi.h> #include <netdev.h> |