global_data: Drop global_data hose
This is set on one x86 boards, but is not used anymore. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -298,12 +298,6 @@ struct global_data {
|
||||
*/
|
||||
unsigned long malloc_ptr;
|
||||
#endif
|
||||
#ifdef CONFIG_PCI
|
||||
/**
|
||||
* @hose: PCI hose for early use
|
||||
*/
|
||||
struct pci_controller *hose;
|
||||
#endif
|
||||
#ifdef CONFIG_PCI_BOOTDELAY
|
||||
/**
|
||||
* @pcidelay_done: delay time before scanning of PIC hose expired
|
||||
|
||||
Reference in New Issue
Block a user