mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-25 06:26:15 +00:00
d41d9befb9
Add u-boot bootloader based on 2023.01 to support D1-based boards, currently: - Dongshan Nezha STU - LicheePi RV Dock - MangoPi MQ-Pro - Nezha D1 Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
30 lines
947 B
Diff
30 lines
947 B
Diff
From 6dc0da83dba9570740365d0f1b32f91ae8ba0998 Mon Sep 17 00:00:00 2001
|
|
From: Samuel Holland <samuel@sholland.org>
|
|
Date: Mon, 11 Oct 2021 03:20:28 -0500
|
|
Subject: [PATCH 42/90] sunxi: Enable remoteproc on some H3 boards
|
|
|
|
Signed-off-by: Samuel Holland <samuel@sholland.org>
|
|
---
|
|
configs/orangepi_one_defconfig | 1 +
|
|
configs/orangepi_plus2e_defconfig | 1 +
|
|
2 files changed, 2 insertions(+)
|
|
|
|
--- a/configs/orangepi_one_defconfig
|
|
+++ b/configs/orangepi_one_defconfig
|
|
@@ -6,5 +6,6 @@ CONFIG_MACH_SUN8I_H3=y
|
|
CONFIG_DRAM_CLK=672
|
|
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
|
|
CONFIG_SUN8I_EMAC=y
|
|
+CONFIG_REMOTEPROC_SUN6I_AR100=y
|
|
CONFIG_USB_EHCI_HCD=y
|
|
CONFIG_USB_OHCI_HCD=y
|
|
--- a/configs/orangepi_plus2e_defconfig
|
|
+++ b/configs/orangepi_plus2e_defconfig
|
|
@@ -12,5 +12,6 @@ CONFIG_SPL_SYS_I2C_LEGACY=y
|
|
CONFIG_SYS_I2C_MVTWSI=y
|
|
CONFIG_SUN8I_EMAC=y
|
|
CONFIG_SY8106A_POWER=y
|
|
+CONFIG_REMOTEPROC_SUN6I_AR100=y
|
|
CONFIG_USB_EHCI_HCD=y
|
|
CONFIG_USB_OHCI_HCD=y
|