diff options
| author | Michal Simek <monstr@monstr.eu> | 2007-03-30 22:52:09 +0200 |
|---|---|---|
| committer | Michal Simek <monstr@monstr.eu> | 2007-03-30 22:52:09 +0200 |
| commit | 342cd097be1e7affe82f42ab3da220959a699e64 (patch) | |
| tree | 24a237f235153c059d15ef1b9f6ebb18d61cf733 | |
| parent | 6f934210fb293fde2cfb4251c6d96fdc58b6a906 (diff) | |
| download | olio-uboot-2014.01-342cd097be1e7affe82f42ab3da220959a699e64.tar.xz olio-uboot-2014.01-342cd097be1e7affe82f42ab3da220959a699e64.zip | |
[PATCH] Clean include dependence
| -rw-r--r-- | board/xilinx/ml401/ml401.c | 2 | ||||
| -rw-r--r-- | board/xilinx/xupv2p/xupv2p.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/xilinx/ml401/ml401.c b/board/xilinx/ml401/ml401.c index a341ac258..b48103fdc 100644 --- a/board/xilinx/ml401/ml401.c +++ b/board/xilinx/ml401/ml401.c @@ -26,7 +26,7 @@ * header files */ #include <common.h> -#include <configs/ml401.h> +#include <config.h> void do_reset (void) { diff --git a/board/xilinx/xupv2p/xupv2p.c b/board/xilinx/xupv2p/xupv2p.c index a341ac258..b48103fdc 100644 --- a/board/xilinx/xupv2p/xupv2p.c +++ b/board/xilinx/xupv2p/xupv2p.c @@ -26,7 +26,7 @@ * header files */ #include <common.h> -#include <configs/ml401.h> +#include <config.h> void do_reset (void) { |