1
0
This repository has been archived on 2024-11-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Lakka-rk322x/projects/NXP/devices/iMX6/options
2020-06-19 11:52:11 -07:00

28 lines
694 B
Plaintext

################################################################################
# setup device defaults
################################################################################
# The TARGET_CPU variable controls which processor should be targeted for
# generated code.
case $TARGET_ARCH in
arm)
TARGET_CPU="cortex-a9"
TARGET_FLOAT="hard"
TARGET_FPU="neon-vfpv3"
TARGET_FEATURES="32bit"
;;
esac
# Kernel target
KERNEL_TARGET="zImage"
# kernel serial console
EXTRA_CMDLINE="console=ttymxc0,115200 console=tty0"
# debug tty path
DEBUG_TTY="/dev/ttymxc0"
# set the addon project
ADDON_PROJECT="ARMv7"