diff options
author | Wolfgang Denk <wd@denx.de> | 2008-08-01 12:06:22 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-08-01 12:06:22 +0200 |
commit | a58c78067c928976c082c758d3987e89ead5b191 (patch) | |
tree | b859b97eb3ad343d8f359c62e5045e2309707ee4 /include/configs/ADS860.h | |
parent | 4b50cd12a3b3c644153c4cf393f4a4c12289e5aa (diff) | |
download | u-boot-imx-a58c78067c928976c082c758d3987e89ead5b191.zip u-boot-imx-a58c78067c928976c082c758d3987e89ead5b191.tar.gz u-boot-imx-a58c78067c928976c082c758d3987e89ead5b191.tar.bz2 |
Fix build issues with MPC8xx FADS boards.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/configs/ADS860.h')
-rw-r--r-- | include/configs/ADS860.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ADS860.h b/include/configs/ADS860.h index 2ee8c61..f677b9c 100644 --- a/include/configs/ADS860.h +++ b/include/configs/ADS860.h @@ -51,7 +51,7 @@ /* This is picked up again in fads.h */ #define FADS_COMMANDS_ALREADY_DEFINED -#include "fads.h" +#include "../../board/fads/fads.h" #define CFG_PC_IDE_RESET ((ushort)0x0008) /* PC 12 */ |