From d6814fdc1f9f46c139bb620baad124613c84cc27 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Mon, 14 Nov 2022 16:06:15 +0100 Subject: [PATCH] env/machine: Add am335x-vcupro New VCU based on HW26 but with a user-module. BugzID: 81969 --- env/machine/hw26-vcupro | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 env/machine/hw26-vcupro diff --git a/env/machine/hw26-vcupro b/env/machine/hw26-vcupro new file mode 100644 index 0000000..0a646b5 --- /dev/null +++ b/env/machine/hw26-vcupro @@ -0,0 +1,3 @@ +MACHINE=am335x-hw26-vcupro +env_path=${BASH_SOURCE:-$0} +. $(dirname $env_path)/../common