mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Create sd image for BPI-r2
This commit is contained in:
parent
1e73f37fde
commit
e158ebe8a8
7 changed files with 462 additions and 0 deletions
|
@ -0,0 +1,14 @@
|
|||
Index: uboot-mtk-bpi-r2-v1.0/common/main.c
|
||||
===================================================================
|
||||
--- uboot-mtk-bpi-r2-v1.0.orig/common/main.c
|
||||
+++ uboot-mtk-bpi-r2-v1.0/common/main.c
|
||||
@@ -27,8 +27,7 @@ DECLARE_GLOBAL_DATA_PTR;
|
||||
/*
|
||||
* Board-specific Platform code can reimplement show_boot_progress () if needed
|
||||
*/
|
||||
-void inline __show_boot_progress (int val) {}
|
||||
-void show_boot_progress (int val) __attribute__((weak, alias("__show_boot_progress")));
|
||||
+__weak void show_boot_progress(int val) {}
|
||||
|
||||
#define MAX_DELAY_STOP_STR 32
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue