mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-01 08:51:32 +01:00
rockchip: Disable DISTRO_DEFAULTS for rk3399 boards
These board have moved to standard boot but the old 'distro_bootcmd' command is still active. Disable DISTRO_DEFAULTS to fix this. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Vagrant Cascadian <vagrant@debian.org>
This commit is contained in:
parent
a0c739c184
commit
2b9cc7845c
@ -1955,7 +1955,7 @@ config ARCH_ROCKCHIP
|
|||||||
imply ADC
|
imply ADC
|
||||||
imply CMD_DM
|
imply CMD_DM
|
||||||
imply DEBUG_UART_BOARD_INIT
|
imply DEBUG_UART_BOARD_INIT
|
||||||
imply DISTRO_DEFAULTS
|
imply DISTRO_DEFAULTS if !ROCKCHIP_RK3399
|
||||||
imply FAT_WRITE
|
imply FAT_WRITE
|
||||||
imply SARADC_ROCKCHIP
|
imply SARADC_ROCKCHIP
|
||||||
imply SPL_SYSRESET
|
imply SPL_SYSRESET
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user