diff options
author | Andy Fleming <afleming@freescale.com> | 2013-01-24 01:55:11 -0600 |
---|---|---|
committer | Andy Fleming <afleming@freescale.com> | 2013-01-30 11:25:16 -0600 |
commit | d4ed6542788169b789c7eed142efc0a6fa5ca698 (patch) | |
tree | bf8ee1ea9f0c29c4521ed4e9fd8a5c8c581a0409 | |
parent | 960aa89bda0754cc1c4418c5d21e7ff23dc34a82 (diff) |
corenet: Disable video on P2020DS
The P2020DS build had grown too large, and video support isn't enabled
in almost any other Freescale board. Disabling it allows us to keep
building, and provides options for reenabling it later.
Signed-off-by: Andy Fleming <afleming@freescale.com>
-rw-r--r-- | include/configs/P2020DS.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/P2020DS.h b/include/configs/P2020DS.h index 0cc57816927..a975ee10edb 100644 --- a/include/configs/P2020DS.h +++ b/include/configs/P2020DS.h @@ -490,7 +490,7 @@ #define VIDEO_IO_OFFSET CONFIG_SYS_PCIE1_IO_VIRT /* video */ -#define CONFIG_VIDEO +#undef CONFIG_VIDEO #if defined(CONFIG_VIDEO) #define CONFIG_BIOSEMU |