From eeae7f246bf3b3ba4b22884b772c2a64c7f9feef Mon Sep 17 00:00:00 2001 From: Christian Hewitt Date: Thu, 9 Dec 2021 10:54:40 +0000 Subject: [PATCH] scripts: use bananapi-m5_defconfig --- scripts/uboot_helper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/uboot_helper b/scripts/uboot_helper index 6e41856c25..754ca5126f 100755 --- a/scripts/uboot_helper +++ b/scripts/uboot_helper @@ -161,7 +161,7 @@ devices = \ }, 'bananapi-m5': { 'dtb': 'meson-sm1-bananapi-m5.dtb', - 'config': 'odroid-c4_defconfig' + 'config': 'bananapi-m5_defconfig' }, 'beelink-s922x': { 'dtb': 'meson-g12b-gtking.dtb',