#!/bin/bash | |
# Copyright 2021 The Fuchsia Authors. All rights reserved. | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
# Build bootloader binaries and generate combined images (as part of the signing process). | |
export CONFIG_AML_SIGNED_UBOOT=y | |
# The built images will be in build/ | |
CROSS_COMPILE=aarch64-linux-gnu- ./mk kvim3_zircon || exit 1 |