diff options
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-unit-graphics/dynamic-layers/raspberrypi/recipes-kernel/linux/files/yocto-kernel-logo-800x480.cfg b/meta-unit-graphics/dynamic-layers/raspberrypi/recipes-kernel/linux/files/yocto-kernel-logo-800x480.cfg index eba7b9e..eb3c575 100644 --- a/meta-unit-graphics/dynamic-layers/raspberrypi/recipes-kernel/linux/files/yocto-kernel-logo-800x480.cfg +++ b/meta-unit-graphics/dynamic-layers/raspberrypi/recipes-kernel/linux/files/yocto-kernel-logo-800x480.cfg @@ -1,2 +1,2 @@ -CONFIG_LOGO_LINUX_CLUT224=n +# CONFIG_LOGO_LINUX_CLUT224 is not set CONFIG_LOGO_YOCTO_800_X_480_CLUT224=y diff --git a/meta-unit-graphics/recipes-kernel/linux/files/yocto-kernel-logo-1024x600.cfg b/meta-unit-graphics/recipes-kernel/linux/files/yocto-kernel-logo-1024x600.cfg index 8ce0c8a..1e4cd27 100644 --- a/meta-unit-graphics/recipes-kernel/linux/files/yocto-kernel-logo-1024x600.cfg +++ b/meta-unit-graphics/recipes-kernel/linux/files/yocto-kernel-logo-1024x600.cfg @@ -1,2 +1,2 @@ -CONFIG_LOGO_LINUX_CLUT224=n +# CONFIG_LOGO_LINUX_CLUT224 is not set CONFIG_LOGO_YOCTO_1024_X_600_CLUT224=y |
