From 2cccc6c9bd109c0b7e43e3e483604e5f2be31c99 Mon Sep 17 00:00:00 2001 From: chewitt Date: Fri, 14 Jun 2019 19:53:45 +0000 Subject: [PATCH] u-boot: add odroid-n2 to helper script --- scripts/uboot_helper | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/uboot_helper b/scripts/uboot_helper index 61624ca90b..a71cab6604 100755 --- a/scripts/uboot_helper +++ b/scripts/uboot_helper @@ -122,9 +122,13 @@ devices = \ }, 'AMLG12': { 'box': { - 'dtb': 'meson-gxl-s905x-p212.dtb', + 'dtb': 'meson-g12a-x96max.dtb', 'config': 'p212_defconfig' }, + 'odroid-n2': { + 'dtb': 'meson-g12b-odroid-n2.dtb', + 'config': 'odroid-n2_defconfig' + }, }, }, 'NXP': {