blob: 7c5b0edb3be3d8ba40b3c814886ee0d7cf5501d3 [file] [log] [blame]
LINUX_FIRMWARE=""
CHROMEOS_KERNEL_SPLITCONFIG="chromiumos-arm64"
CHROMEOS_KERNEL_CONFIG_FILE="base.config-arm64"
CHROMEOS_KERNEL_ARCH="arm64"
# TODO(edjee): Verify these flags. Check whether we need "-ftree-vectorize",
# "-mfpu=...", "-mfloat-abi=hard", etc.
BOARD_COMPILER_FLAGS="-march=armv8-a+crc -mtune=cortex-a57"
# Empty USE to allow the same form below in real assignments
USE=""
# TODO: Re-enable "seccomp" once it is fixed. http://b/177594234 .
USE="${USE} -seccomp"
# TODO: Re-enable "lakitu_kdump" and "kexec_file" once they are fixed.
# http://b/177595663 .
USE="${USE} lakitu_kdump kexec_file"