diff options
author | Wolfgang Denk <wd@denx.de> | 2009-02-22 01:19:52 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-02-22 01:19:52 +0100 |
commit | 09fee8e8677a6265e89144ccc163bf00e321769e (patch) | |
tree | 24600dd4423297517f53d59c460b2fcca11b1d12 /board | |
parent | 1dcb50afbb63a439320a985380a0af2dca079d1e (diff) | |
download | u-boot-imx-09fee8e8677a6265e89144ccc163bf00e321769e.zip u-boot-imx-09fee8e8677a6265e89144ccc163bf00e321769e.tar.gz u-boot-imx-09fee8e8677a6265e89144ccc163bf00e321769e.tar.bz2 |
Coding Style cleanup; update CHANGELOG
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board')
-rw-r--r-- | board/davedenx/qong/qong.c | 2 | ||||
-rw-r--r-- | board/davedenx/qong/qong_fpga.h | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/board/davedenx/qong/qong.c b/board/davedenx/qong/qong.c index 13b3699..b801150 100644 --- a/board/davedenx/qong/qong.c +++ b/board/davedenx/qong/qong.c @@ -21,7 +21,6 @@ * MA 02111-1307 USA */ - #include <common.h> #include <netdev.h> #include <asm/arch/mx31.h> @@ -165,4 +164,3 @@ int board_eth_init(bd_t *bis) return 0; #endif } - diff --git a/board/davedenx/qong/qong_fpga.h b/board/davedenx/qong/qong_fpga.h index b1cb08a..e8042b1 100644 --- a/board/davedenx/qong/qong_fpga.h +++ b/board/davedenx/qong/qong_fpga.h @@ -38,4 +38,3 @@ #endif #endif /* QONG_FPGA_H */ - |