diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/bf527-ezkit.h | 9 | ||||
| -rw-r--r-- | include/configs/bf548-ezkit.h | 1 | ||||
| -rw-r--r-- | include/configs/cm-bf548.h | 1 | 
3 files changed, 11 insertions, 0 deletions
| diff --git a/include/configs/bf527-ezkit.h b/include/configs/bf527-ezkit.h index d80eac22d..7b51b53dc 100644 --- a/include/configs/bf527-ezkit.h +++ b/include/configs/bf527-ezkit.h @@ -156,6 +156,15 @@  #ifdef CONFIG_BF527_EZKIT_REV_2_1  # define CONFIG_LQ035Q1_SPI_BUS	0  # define CONFIG_LQ035Q1_SPI_CS	7 +# define CONFIG_LQ035Q1_USE_RGB565_8_BIT_PPI +#else +# define CONFIG_LQ035Q1_USE_RGB888_8_BIT_PPI +#endif + +#ifdef CONFIG_LQ035Q1_USE_RGB565_8_BIT_PPI +# define EASYLOGO_HEADER <asm/bfin_logo_rgb565_230x230_lzma.h> +#else +# define EASYLOGO_HEADER <asm/bfin_logo_230x230_lzma.h>  #endif diff --git a/include/configs/bf548-ezkit.h b/include/configs/bf548-ezkit.h index 89adfefee..e6b05db09 100644 --- a/include/configs/bf548-ezkit.h +++ b/include/configs/bf548-ezkit.h @@ -188,6 +188,7 @@  /* Don't waste time transferring a logo over the UART */  # if (CONFIG_BFIN_BOOT_MODE != BFIN_BOOT_UART)  #  define CONFIG_VIDEO +#  define EASYLOGO_HEADER <asm/bfin_logo_230x230_gzip.h>  # endif  # define CONFIG_DEB_DMA_URGENT  #endif diff --git a/include/configs/cm-bf548.h b/include/configs/cm-bf548.h index a6d2fa8ae..3c9eeb58a 100644 --- a/include/configs/cm-bf548.h +++ b/include/configs/cm-bf548.h @@ -122,6 +122,7 @@  /* Don't waste time transferring a logo over the UART */  # if (CONFIG_BFIN_BOOT_MODE != BFIN_BOOT_UART)  #  define CONFIG_VIDEO +#  define EASYLOGO_HEADER <asm/bfin_logo_230x230_gzip.h>  # endif  # define CONFIG_DEB_DMA_URGENT  #endif |