Rockchip: use ARMv8 add-ons

This commit is contained in:
CvH 2020-06-14 20:41:49 +02:00
parent d2005e2af6
commit 8229551b52
4 changed files with 9 additions and 3 deletions

View File

@ -29,3 +29,6 @@
# kernel serial console
EXTRA_CMDLINE="console=uart8250,mmio32,0xff690000 console=tty0 coherent_pool=2M cec.debounce_ms=5000"
# set the addon project
ADDON_PROJECT="ARMv7"

View File

@ -33,3 +33,6 @@
if [ "$UBOOT_SYSTEM" != "box-trn9" ]; then
EXTRA_CMDLINE="console=uart8250,mmio32,0xff130000 $EXTRA_CMDLINE"
fi
# set the addon project
ADDON_PROJECT="ARMv8"

View File

@ -30,3 +30,6 @@
# kernel serial console
EXTRA_CMDLINE="console=uart8250,mmio32,0xff1a0000 console=tty0 coherent_pool=2M cec.debounce_ms=5000"
# set the addon project
ADDON_PROJECT="ARMv8"

View File

@ -85,6 +85,3 @@
# debug tty path
DEBUG_TTY="/dev/ttyS2"
# set the addon project
ADDON_PROJECT="H3"