diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-03 22:32:02 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-03 22:32:02 +0200 |
commit | dc17fb6dc2ea1965fc0a14674833643af678ec6f (patch) | |
tree | c85097368c95e894481b5c988716ebf22480192d /board/amcc/yellowstone/yellowstone.c | |
parent | d3b86c496d8f45eddf8fb9ee1fd11418af406e66 (diff) | |
download | u-boot-imx-dc17fb6dc2ea1965fc0a14674833643af678ec6f.zip u-boot-imx-dc17fb6dc2ea1965fc0a14674833643af678ec6f.tar.gz u-boot-imx-dc17fb6dc2ea1965fc0a14674833643af678ec6f.tar.bz2 |
Cleanup build problems (on Fedora Core x86_64 build host)
Diffstat (limited to 'board/amcc/yellowstone/yellowstone.c')
-rw-r--r-- | board/amcc/yellowstone/yellowstone.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/board/amcc/yellowstone/yellowstone.c b/board/amcc/yellowstone/yellowstone.c index 840a46c..a6b81e6 100644 --- a/board/amcc/yellowstone/yellowstone.c +++ b/board/amcc/yellowstone/yellowstone.c @@ -315,10 +315,6 @@ int pci_pre_init(struct pci_controller *hose) #if defined(CONFIG_PCI) && defined(CFG_PCI_TARGET_INIT) void pci_target_init(struct pci_controller *hose) { - u16 cmdstat; - - DECLARE_GLOBAL_DATA_PTR; - /*--------------------------------------------------------------------------+ * Set up Direct MMIO registers *--------------------------------------------------------------------------*/ |