rockchip-linux / u-boot

U-Boot tree for pending commits
113 stars 79 forks source link

CONFIG_LCD_ROTATION setting does nothing #41

Open justinasjaronis opened 5 years ago

justinasjaronis commented 5 years ago

In readme there is documented setting CONFIG_LCD_ROTATION. From description it looks like it might work in similar way like raspberry pi config.txt "display_rotate".

I tried recompiling u-boot, however setting this variable changes nothing in the image.Furthermore, I do not find this config variable used anywhere in the code, except two defines in include/configs/zipitz2.h and include/configs/brppt1.h

Has anyone tried to use this setting? Or is it obsolette and no-op?