mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 20:18:54 -04:00
powerpc/85xx: Enable support for ATI graphics cards on P1022DS
Make the support for ATI graphics cards mutually exclusive with DIU. Signed-off-by: Jiang Yutang <b14898@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
parent
314b3ff1a6
commit
218a758fb9
@ -219,6 +219,22 @@
|
|||||||
#undef CONFIG_SYS_FLASH_EMPTY_INFO
|
#undef CONFIG_SYS_FLASH_EMPTY_INFO
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef CONFIG_DIU
|
||||||
|
#define CONFIG_ATI
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef CONFIG_ATI
|
||||||
|
#define VIDEO_IO_OFFSET CONFIG_SYS_PCIE1_IO_VIRT
|
||||||
|
#define CONFIG_VIDEO
|
||||||
|
#define CONFIG_BIOSEMU
|
||||||
|
#define CONFIG_VIDEO_SW_CURSOR
|
||||||
|
#define CONFIG_ATI_RADEON_FB
|
||||||
|
#define CONFIG_VIDEO_LOGO
|
||||||
|
#define CONFIG_SYS_ISA_IO_BASE_ADDRESS VIDEO_IO_OFFSET
|
||||||
|
#define CONFIG_CFB_CONSOLE
|
||||||
|
#define CONFIG_VGA_AS_SINGLE_DEVICE
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Pass open firmware flat tree
|
* Pass open firmware flat tree
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user