Orange Pi R1 - set BOOTCONFIG to orangepi_r1_defconfig

configuration file for Orange Pi R1 was referring to Pi Zero as
BOOTCONFIG - As a result wrong device tree file was used which
made some of the hardware features unavailable or configuired
incorrectly
This commit is contained in:
Andrei Laperie 2019-02-19 06:50:44 +00:00
parent a076a06667
commit d84a080950

View file

@ -1,7 +1,7 @@
# H2+ quad core 256MB Wi-Fi + dual Ethernet
BOARD_NAME="Orange Pi R1"
BOARDFAMILY="sun8i"
BOOTCONFIG="orangepi_zero_defconfig"
BOOTCONFIG="orangepi_r1_defconfig"
#
MODULES="#w1-sunxi #w1-gpio #w1-therm #sunxi-cir g_serial r8152 8189es"
MODULES_NEXT="g_serial r8152 8189es"