blob: 87c41371e302ae75584a46ee8b74debe1cf71045 [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 += [ "//garnet/tools/vboot_reference:futility_host" ]