From 24d98e5a409131e8be1a17bcbc3cda31297afe7a Mon Sep 17 00:00:00 2001 From: Bunnaroath Sou Date: Mon, 20 May 2019 14:22:00 -0700 Subject: Update metal to pick up inline support --- bsp/update-targets.sh | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'bsp') diff --git a/bsp/update-targets.sh b/bsp/update-targets.sh index b05731a..27f1e28 100755 --- a/bsp/update-targets.sh +++ b/bsp/update-targets.sh @@ -11,6 +11,15 @@ $0: BSP Generator for the SiFive Freedom E SDK EOF } +warn () { + echo "$0:" "$@" >&2 +} +die () { + shift + warn "$@" + exit 1 +} + unset DTSFILE unset CUSTOM_PATH unset CUSTOM_NAME -- cgit v1.2.1-18-gbd029