blob: f1384ae1d7909fb6a374e677e93f69d674931c20 [file] [log] [blame]
#!/usr/bin/env bash
# Copyright 2018 The Fuchsia Authors
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT
set -eo pipefail
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
ZIRCON_DIR=${DIR}/../../../../..
SCRIPTS_DIR=${ZIRCON_DIR}/scripts
${SCRIPTS_DIR}/package-image.sh -a -b msm8x53-som \
-d $ZIRCON_DIR/kernel/target/arm64/board/msm8x53-som/device-tree.dtb -D append \
-g -m -M 0x00000000 $@