diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-09-25 18:49:35 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-09-25 18:49:35 +0200 |
commit | 716c1dcb41389e865af1edde2ca15f2c567984cf (patch) | |
tree | c4f132ec01112797c91a969f30a63ddff549fe64 /common/spartan3.c | |
parent | 49a7581c6ced35379ec3c450bb60fe736db9d733 (diff) |
Cleanup
Diffstat (limited to 'common/spartan3.c')
-rw-r--r-- | common/spartan3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spartan3.c b/common/spartan3.c index f9302e1d199..c0f2b05e480 100644 --- a/common/spartan3.c +++ b/common/spartan3.c @@ -26,7 +26,7 @@ * Configuration support for Xilinx Spartan3 devices. Based * on spartan2.c (Rich Ireland, rireland@enterasys.com). */ - + #include <common.h> /* core U-Boot definitions */ #include <spartan3.h> /* Spartan-II device family */ |