diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-01-02 00:37:26 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-02-17 01:15:24 +0100 |
commit | c971b4eeeaf628b1688ac4fc4bff9d4aab369f42 (patch) | |
tree | f9ef87124b09fd672bbe4b4e977a3da1a193e373 /package/boot/uboot-sunxi/patches/301-sunxi-add-orangepi-R1-defconfig.patch | |
parent | 7a6de6d77a4dad8f91d46ebb346be5e3933ff403 (diff) | |
download | upstream-c971b4eeeaf628b1688ac4fc4bff9d4aab369f42.tar.gz upstream-c971b4eeeaf628b1688ac4fc4bff9d4aab369f42.tar.bz2 upstream-c971b4eeeaf628b1688ac4fc4bff9d4aab369f42.zip |
uboot-sunxi: dts: Update orange Pi R1 integration
This syncs the Orange Pi R1 device tree files with the one from the
upstream kernel and also uses the default configuration from the Orange
Pi Zero.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/boot/uboot-sunxi/patches/301-sunxi-add-orangepi-R1-defconfig.patch')
-rw-r--r-- | package/boot/uboot-sunxi/patches/301-sunxi-add-orangepi-R1-defconfig.patch | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/package/boot/uboot-sunxi/patches/301-sunxi-add-orangepi-R1-defconfig.patch b/package/boot/uboot-sunxi/patches/301-sunxi-add-orangepi-R1-defconfig.patch deleted file mode 100644 index 6240fe3f57..0000000000 --- a/package/boot/uboot-sunxi/patches/301-sunxi-add-orangepi-R1-defconfig.patch +++ /dev/null @@ -1,48 +0,0 @@ -From 231201c71b902b5999ed9b143f2a54674cfae88a Mon Sep 17 00:00:00 2001 -From: Hauke Mehrtens <hauke@hauke-m.de> -Date: Tue, 26 Sep 2017 22:17:33 +0200 -Subject: sunxi: add orangepi R1 defconfig - -Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> ---- - board/sunxi/MAINTAINERS | 5 +++++ - configs/orangepi_r1_defconfig | 19 +++++++++++++++++++ - 2 files changed, 24 insertions(+) - create mode 100644 configs/orangepi_r1_defconfig - ---- a/board/sunxi/MAINTAINERS -+++ b/board/sunxi/MAINTAINERS -@@ -302,6 +302,11 @@ M: Jagan Teki <jagan@amarulasolutions.co - S: Maintained - F: configs/orangepi_prime_defconfig - -+ORANGEPI R1 BOARD -+M: Hauke Mehrtens <hauke@hauke-m.de> -+S: Maintained -+F: configs/orangepi_r1_defconfig -+ - PINE64 BOARDS - M: Andre Przywara <andre.przywara@arm.com> - S: Maintained ---- /dev/null -+++ b/configs/orangepi_r1_defconfig -@@ -0,0 +1,19 @@ -+CONFIG_ARM=y -+CONFIG_ARCH_SUNXI=y -+CONFIG_SPL_SPI_FLASH_SUPPORT=y -+CONFIG_MACH_SUN8I_H3=y -+CONFIG_DRAM_CLK=624 -+CONFIG_DRAM_ZQ=3881979 -+CONFIG_DRAM_ODT_EN=y -+# CONFIG_VIDEO_DE2 is not set -+CONFIG_DEFAULT_DEVICE_TREE="sun8i-h2-plus-orangepi-r1" -+# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set -+CONFIG_CONSOLE_MUX=y -+CONFIG_SPL=y -+# CONFIG_CMD_IMLS is not set -+# CONFIG_CMD_FLASH is not set -+# CONFIG_CMD_FPGA is not set -+CONFIG_SPL_SPI_SUNXI=y -+CONFIG_SUN8I_EMAC=y -+CONFIG_USB_EHCI_HCD=y -+CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y |