diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-04-08 02:46:39 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-04-09 12:36:09 -0500 |
commit | 15321c9c39f741400551413dfadc062b3471d4a5 (patch) | |
tree | bf30c3a67ecc49d4bd2b88c060e0ba5e388aef8f /include | |
parent | a3055c587d69603ff2a3e183ce0daffaf4600910 (diff) | |
download | u-boot-imx-15321c9c39f741400551413dfadc062b3471d4a5.zip u-boot-imx-15321c9c39f741400551413dfadc062b3471d4a5.tar.gz u-boot-imx-15321c9c39f741400551413dfadc062b3471d4a5.tar.bz2 |
powerpc/85xx: Drop CONFIG_VIDEO support on corenet_ds boards
We don't really ever use Video cards on corenet_ds style boards and its
bloating our image which is close the its max size. Drop support and
also kill some defines for non-PNP PCI which we never use.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/corenet_ds.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/include/configs/corenet_ds.h b/include/configs/corenet_ds.h index 7bafa05..6f01211 100644 --- a/include/configs/corenet_ds.h +++ b/include/configs/corenet_ds.h @@ -390,33 +390,10 @@ #endif #ifdef CONFIG_PCI - -/*PCIE video card used*/ -#define VIDEO_IO_OFFSET CONFIG_SYS_PCIE1_IO_VIRT - -/* video */ -#define CONFIG_VIDEO - -#ifdef CONFIG_VIDEO -#define CONFIG_BIOSEMU -#define CONFIG_CFB_CONSOLE -#define CONFIG_VIDEO_SW_CURSOR -#define CONFIG_VGA_AS_SINGLE_DEVICE -#define CONFIG_ATI_RADEON_FB -#define CONFIG_VIDEO_LOGO -#define CONFIG_SYS_ISA_IO_BASE_ADDRESS VIDEO_IO_OFFSET -#endif - #define CONFIG_NET_MULTI #define CONFIG_PCI_PNP /* do pci plug-and-play */ #define CONFIG_E1000 -#ifndef CONFIG_PCI_PNP -#define PCI_ENET0_IOADDR CONFIG_SYS_PCI1_IO_BUS -#define PCI_ENET0_MEMADDR CONFIG_SYS_PCI1_IO_BUS -#define PCI_IDSEL_NUMBER 0x11 /* IDSEL = AD11 */ -#endif - #define CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */ #define CONFIG_DOS_PARTITION #endif /* CONFIG_PCI */ |