Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
n9: fix for no boot when boot loader passes omapdss.def_disp_enabled=1
When bootloader passes omapdss.def_disp_enabled=1 to kernel it's saying "no need to reset the default display - I did it already". For some reason this causes booting to fail. By commenting out module parameter kernel always resets display on boot and that fixes the problem. This allows for removing CONFIG_CMDLINE_FORCE=y and getting in all other parameters bootloader provides (battery info, mtd partitions...) Signed-off-by: Filip Matijević <filip.matijevic.pz@gmail.com>
- Loading branch information