I am using the MaaXBoard to run a custom Yocto created Linux distribution. I would like to remove the penguins which are displayed during boot. My understanding is that I need to set CONFIG_LOGO to N in the kernel. When I run "bitbake linux-yocto -c menuconfig" and look at CONFIG_LOGO it is already set to N. Is there something set up for the kernel configuration which overwrites the menuconfig settings in the bsp for this board? Where do I find the file in this project which is setting CONFIG_LOGO to Y?
Thanks