projects/Amlogic: LePotato: don't try to load logo in u-boot

(faster boot)
This commit is contained in:
kszaq 2018-01-06 04:37:32 +00:00 committed by Adam Green
parent 4ff5240148
commit fe7d3df5cf
No known key found for this signature in database
GPG Key ID: 52B701B6EF2F2E58

View File

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