Hi all, Checking console initialization on mpc8272ads board, I have seen that the CONFIG_DUMMY_CONSOLE config parameter is allways set in root .config file, regardless of its value on my arch/ppc/configs/ads8272_defconfig file.
This parameter drives to the VGA dummy console being compiled and included in the vmlinux binary, and started as default console for the board (which must be changed with console boot arg). Does anyone knows if this parameter is a must in any kernel 2.6 configuration? And why? Can it be removed, as my board doesn't use VGA at all? How? (I have tried several options) Thanks, Alex