mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 15:37:49 +00:00
Rockchip: use ARMv8 add-ons
This commit is contained in:
parent
d2005e2af6
commit
8229551b52
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -85,6 +85,3 @@
|
||||
|
||||
# debug tty path
|
||||
DEBUG_TTY="/dev/ttyS2"
|
||||
|
||||
# set the addon project
|
||||
ADDON_PROJECT="H3"
|
||||
|
Loading…
x
Reference in New Issue
Block a user