blob: 0e0a8f0d395127c314fc9bea3a4589101ab057e3 [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"