Browse Source

odroid-scripts: init display as early as possible

this commit will init the display as early as possible so the user can
see on screen the boot process.
the displey init will be called after the logging init to provide some
logging of the init.

Signed-off-by: Dagg Stompler <daggs@gmx.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Dagg Stompler 8 years ago
parent
commit
3fdb3af631
2 changed files with 2 additions and 2 deletions
  1. 0 0
      package/odroid-scripts/S02odroidc2_fb
  2. 2 2
      package/odroid-scripts/odroid-scripts.mk

+ 0 - 0
package/odroid-scripts/S50odroidc2_fb → package/odroid-scripts/S02odroidc2_fb


+ 2 - 2
package/odroid-scripts/odroid-scripts.mk

@@ -29,8 +29,8 @@ define ODROID_SCRIPTS_INSTALL_INIT_SYSTEMD
 endef
 
 define ODROID_SCRIPTS_INSTALL_INIT_SYSV
-	$(INSTALL) -D -m 0755 package/odroid-scripts/S50odroidc2_fb \
-		$(TARGET_DIR)/etc/init.d/S50odroidc2_fb
+	$(INSTALL) -D -m 0755 package/odroid-scripts/S02odroidc2_fb \
+		$(TARGET_DIR)/etc/init.d/S02odroidc2_fb
 endef
 
 $(eval $(generic-package))