# 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 = "vim2" | |
board_package_labels += [ "//garnet/packages/config:vim2_media_config" ] | |
# partitions for fx flash to flash | |
zircon_a_partition = "boot" | |
zircon_r_partition = "recovery" | |
fastboot_product = "q200" |