From 826c062bc0f88e1930e49801f580ef68750ca192 Mon Sep 17 00:00:00 2001 From: Jernej Skrabec Date: Wed, 8 Feb 2023 18:03:12 +0100 Subject: [PATCH] uboot_helper: update orangepi-3-lts configuration --- scripts/uboot_helper | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/uboot_helper b/scripts/uboot_helper index 9cb2499e2f..4cf6e4ca11 100755 --- a/scripts/uboot_helper +++ b/scripts/uboot_helper @@ -122,8 +122,8 @@ devices = \ }, 'orangepi-3-lts': { 'dtb': 'sun50i-h6-orangepi-3-lts.dtb', - 'config': 'orangepi_3_defconfig', - 'crust_config': 'orangepi_3_defconfig' + 'config': 'orangepi_3_lts_defconfig', + 'crust_config': 'pine_h64_defconfig' }, 'orangepi-lite2': { 'dtb': 'sun50i-h6-orangepi-lite2.dtb',