blob: e5e41e8abfa71057fa996e1087ba1cad1ba3956f [file] [log] [blame]
# Copyright 2016 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
CHROMEOS_KERNEL_SPLITCONFIG="chromiumos-mediatek"
CHROMEOS_KERNEL_ARCH="arm64"
CHROMEOS_LIBPAYLOAD_ARCH_DIR="${CHROMEOS_KERNEL_ARCH}"
ARM_FPU=crypto-neon-fp-armv8
MARCH_TUNE="-march=armv8-a+crc -mtune=cortex-a57.cortex-a53 -mfpu=${ARM_FPU} -mfloat-abi=hard"
# Add the linker option to fix hardware errata. Refer bug here -
# https://code.google.com/p/chrome-os-partner/issues/detail?id=39170
LDFLAGS="${LDFLAGS} -Wl,--fix-cortex-a53-843419"
USE="${USE} depthcharge device_tree hardfp kernel-3_18"
USE="${USE} mosys_eventlog neon -opengl opengles unified_depthcharge vboot2"
USE="${USE} watchdog"