blob: e88e9cdb78b816eb5a899055841fada0cf8e1736 [file] [log] [blame]
# Copyright 2019 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.
import("//boards/arm64.gni")
board_name = "c18"
# serial console
board_zedboot_cmdline_args = [ "kernel.bypass-debuglog=true" ]
# depthcharge bootloader packaging
custom_signing_script =
"//zircon/kernel/target/arm64/board/c18/package-image.sh"
# required tool for packaging script
board_package_labels += [ "//tools/vboot_reference:futility_host" ]