mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2025-07-28 03:39:54 +02:00
u-boot_%.bbappend: Fix for sun9i
Temporary revert commit ffb0294 from 12 Nov 2023 for device with Allwinner A80 SoC (aka sun9i): sunxi: board: simplify early PMIC setup conditions On Merrii A80 Optimus this git commit causes U-Boot to hang at: Starting kernel ... Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
This commit is contained in:
@ -12,10 +12,14 @@ DEFAULT_PREFERENCE:sun8i = "1"
|
||||
DEFAULT_PREFERENCE:sun50i = "1"
|
||||
|
||||
SRC_URI:append:sunxi = " \
|
||||
file://0001-nanopi_neo_air_defconfig-Enable-eMMC-support.patch \
|
||||
file://0002-Added-nanopi-r1-board-support.patch \
|
||||
file://0003-sunxi-H6-Enable-Ethernet-on-Orange-Pi-One-Plus.patch \
|
||||
file://boot.cmd \
|
||||
file://0001-nanopi_neo_air_defconfig-Enable-eMMC-support.patch \
|
||||
file://0002-Added-nanopi-r1-board-support.patch \
|
||||
file://0003-sunxi-H6-Enable-Ethernet-on-Orange-Pi-One-Plus.patch \
|
||||
file://boot.cmd \
|
||||
"
|
||||
|
||||
SRC_URI:append:sun9i = " \
|
||||
file://0001-Revert-sunxi-board-simplify-early-PMIC-setup-conditi.patch \
|
||||
"
|
||||
|
||||
UBOOT_ENV_SUFFIX:sunxi = "scr"
|
||||
|
Reference in New Issue
Block a user