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:
Jonas Karlman 2016-08-24 23:03:18 +02:00
parent e838322d1d
commit fc43e1e914

View File

@ -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