mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
projects/Amlogic: LePotato: don't try to load logo in u-boot
(faster boot)
This commit is contained in:
parent
4ff5240148
commit
fe7d3df5cf
@ -1,5 +1,5 @@
|
||||
diff --git a/board/amlogic/configs/libretech_cc.h b/board/amlogic/configs/libretech_cc.h
|
||||
index b3ccfae..9934acf 100644
|
||||
index b3ccfae..6052a87 100644
|
||||
--- a/board/amlogic/configs/libretech_cc.h
|
||||
+++ b/board/amlogic/configs/libretech_cc.h
|
||||
@@ -45,10 +45,10 @@
|
||||
@ -15,6 +15,15 @@ index b3ccfae..9934acf 100644
|
||||
|
||||
/* SMP Definitinos */
|
||||
#define CPU_RELEASE_ADDR secondary_boot_func
|
||||
@@ -209,7 +209,7 @@
|
||||
"if imgread kernel ${recovery_part} ${loadaddr} ${recovery_offset}; then wipeisb; bootm ${loadaddr}; fi;"\
|
||||
"\0"\
|
||||
"init_display="\
|
||||
- "osd open;osd clear;imgread pic logo bootup $loadaddr;bmp display $bootup_offset;bmp scale"\
|
||||
+ "osd open;osd clear;"\
|
||||
"\0"\
|
||||
"cmdline_keys="\
|
||||
"if keyman init 0x1234; then "\
|
||||
@@ -236,15 +236,8 @@
|
||||
"\0"\
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user