mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
projects/Odroid_C2/initramfs/platform_init: remove use of debugfs
debugfs is mounted after platform_init and this has been removed in upstream c2_init.sh
This commit is contained in:
parent
e838322d1d
commit
fc43e1e914
@ -19,10 +19,6 @@ common_display_setup() {
|
||||
echo $M > /sys/class/graphics/fb0/window_axis
|
||||
echo 0 > /sys/class/graphics/fb1/free_scale
|
||||
echo 1 > /sys/class/video/disable_video
|
||||
|
||||
if [ "$bpp" = "32" ]; then
|
||||
echo d01068b4 0x7fc0 > /sys/kernel/debug/aml_reg/paddr
|
||||
fi
|
||||
}
|
||||
|
||||
case $mode in
|
||||
|
Loading…
x
Reference in New Issue
Block a user