diff options
author | Stefan Roese <sr@denx.de> | 2007-07-09 11:00:24 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-07-09 11:00:24 +0200 |
commit | c8603cfbd4573379a6076c9c208545ba2bbf019a (patch) | |
tree | 38540fa0783c6a102a8bbc5c5ce72c1e44fe14ea | |
parent | 0f92c7e7c9a62755b1457d3c46f93c8c1f6c19fc (diff) | |
download | u-boot-imx-c8603cfbd4573379a6076c9c208545ba2bbf019a.zip u-boot-imx-c8603cfbd4573379a6076c9c208545ba2bbf019a.tar.gz u-boot-imx-c8603cfbd4573379a6076c9c208545ba2bbf019a.tar.bz2 |
Small coding style cleanup
Signed-off-by: Stefan Roese <sr@denx.de>
-rw-r--r-- | board/esd/cpci405/cpci405.c | 1 | ||||
-rw-r--r-- | board/esd/wuh405/wuh405.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/board/esd/cpci405/cpci405.c b/board/esd/cpci405/cpci405.c index 2ed0fc2..2358577 100644 --- a/board/esd/cpci405/cpci405.c +++ b/board/esd/cpci405/cpci405.c @@ -585,7 +585,6 @@ int pci_pre_init(struct pci_controller *hose) #endif /* defined(CONFIG_PCI) */ - #ifdef CONFIG_CPCI405AB #define ONE_WIRE_CLEAR (*(volatile unsigned short *)(CFG_FPGA_BASE_ADDR + CFG_FPGA_MODE) \ diff --git a/board/esd/wuh405/wuh405.c b/board/esd/wuh405/wuh405.c index 0b53062..5fde8d6 100644 --- a/board/esd/wuh405/wuh405.c +++ b/board/esd/wuh405/wuh405.c @@ -216,4 +216,3 @@ long int initdram (int board_type) } /* ------------------------------------------------------------------------- */ - |