Fix A64 SPL patch and disable USB KB for sunxi64 u-boot
This commit is contained in:
parent
0f4c79dcbd
commit
75e61b5f96
@ -2,7 +2,7 @@ diff --git a/u-boot/configs/sun50i_spl32_defconfig b/u-boot/configs/sun50i_spl32
|
||||
index 29c6a47..70a0307 100644
|
||||
--- a/u-boot/configs/sun50i_spl32_defconfig
|
||||
+++ b/u-boot/configs/sun50i_spl32_defconfig
|
||||
@@ -2,8 +2,11 @@ CONFIG_ARM=y
|
||||
@@ -2,8 +2,13 @@ CONFIG_ARM=y
|
||||
CONFIG_ARCH_SUNXI=y
|
||||
CONFIG_MACH_SUN50I_32=y
|
||||
CONFIG_SPL=y
|
||||
|
||||
20
patch/u-boot/u-boot-sun50i-dev/disable-usb-keyboards.patch
Normal file
20
patch/u-boot/u-boot-sun50i-dev/disable-usb-keyboards.patch
Normal file
@ -0,0 +1,20 @@
|
||||
diff --git a/u-boot/arch/arm/Kconfig b/u-boot/arch/arm/Kconfig
|
||||
index 0ed36cded..0882209ef 100644
|
||||
--- a/u-boot/arch/arm/Kconfig
|
||||
+++ b/u-boot/arch/arm/Kconfig
|
||||
@@ -581,7 +581,6 @@ config ARCH_SUNXI
|
||||
select DM
|
||||
select DM_ETH
|
||||
select DM_GPIO
|
||||
- select DM_KEYBOARD
|
||||
select DM_SERIAL
|
||||
select DM_USB if DISTRO_DEFAULTS
|
||||
select OF_BOARD_SETUP
|
||||
@@ -592,7 +591,6 @@ config ARCH_SUNXI
|
||||
select SYS_NS16550
|
||||
select USB if DISTRO_DEFAULTS
|
||||
select USB_STORAGE if DISTRO_DEFAULTS
|
||||
- select USB_KEYBOARD if DISTRO_DEFAULTS
|
||||
select USE_TINY_PRINTF
|
||||
|
||||
config TARGET_TS4600
|
||||
Loading…
Reference in New Issue
Block a user