
Add the newest u-boot available in https://github.com/armbian/build alongside all the patches that it comes with. Signed-off-by: Vicentiu Galanopulo <vicentiu@balena.io>
11 lines
279 B
Diff
11 lines
279 B
Diff
diff --git a/include/configs/sun8i.h b/include/configs/sun8i.h
|
|
index a4c3fb69e..47ce2e9e6 100644
|
|
--- a/include/configs/sun8i.h
|
|
+++ b/include/configs/sun8i.h
|
|
@@ -30,4 +30,6 @@
|
|
*/
|
|
#include <configs/sunxi-common.h>
|
|
|
|
+#define CONFIG_MACH_TYPE (0x1029)
|
|
+
|
|
#endif /* __CONFIG_H */
|