mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
Rockchip: use default kernel name
This commit is contained in:
parent
8463ee04b7
commit
06be91edee
@ -547,7 +547,7 @@ CONFIG_ATAGS=y
|
|||||||
CONFIG_ZBOOT_ROM_TEXT=0x0
|
CONFIG_ZBOOT_ROM_TEXT=0x0
|
||||||
CONFIG_ZBOOT_ROM_BSS=0x0
|
CONFIG_ZBOOT_ROM_BSS=0x0
|
||||||
# CONFIG_ARM_APPENDED_DTB is not set
|
# CONFIG_ARM_APPENDED_DTB is not set
|
||||||
CONFIG_CMDLINE="root=/dev/ram0 rdinit=/init BOOT_IMAGE=/zImage usbcore.autosuspend=-1"
|
CONFIG_CMDLINE="root=/dev/ram0 rdinit=/init usbcore.autosuspend=-1"
|
||||||
# CONFIG_CMDLINE_FROM_BOOTLOADER is not set
|
# CONFIG_CMDLINE_FROM_BOOTLOADER is not set
|
||||||
CONFIG_CMDLINE_EXTEND=y
|
CONFIG_CMDLINE_EXTEND=y
|
||||||
# CONFIG_CMDLINE_FORCE is not set
|
# CONFIG_CMDLINE_FORCE is not set
|
||||||
|
@ -26,8 +26,5 @@
|
|||||||
MALI_FAMILY="t760"
|
MALI_FAMILY="t760"
|
||||||
MALI_REVISION="r1p0"
|
MALI_REVISION="r1p0"
|
||||||
|
|
||||||
# kernel image name
|
|
||||||
KERNEL_NAME="zImage"
|
|
||||||
|
|
||||||
# kernel serial console
|
# kernel serial console
|
||||||
EXTRA_CMDLINE="console=uart8250,mmio32,0xff690000 console=tty0"
|
EXTRA_CMDLINE="console=uart8250,mmio32,0xff690000 console=tty0"
|
||||||
|
@ -475,7 +475,7 @@ CONFIG_ARM64_MODULE_CMODEL_LARGE=y
|
|||||||
#
|
#
|
||||||
# Boot options
|
# Boot options
|
||||||
#
|
#
|
||||||
CONFIG_CMDLINE="root=/dev/ram0 rdinit=/init BOOT_IMAGE=/Image usbcore.autosuspend=-1"
|
CONFIG_CMDLINE="root=/dev/ram0 rdinit=/init usbcore.autosuspend=-1"
|
||||||
# CONFIG_CMDLINE_FROM_BOOTLOADER is not set
|
# CONFIG_CMDLINE_FROM_BOOTLOADER is not set
|
||||||
CONFIG_CMDLINE_EXTEND=y
|
CONFIG_CMDLINE_EXTEND=y
|
||||||
# CONFIG_CMDLINE_FORCE is not set
|
# CONFIG_CMDLINE_FORCE is not set
|
||||||
|
@ -36,8 +36,5 @@
|
|||||||
# Mali GPU family
|
# Mali GPU family
|
||||||
MALI_FAMILY="450"
|
MALI_FAMILY="450"
|
||||||
|
|
||||||
# kernel image name
|
|
||||||
KERNEL_NAME="Image"
|
|
||||||
|
|
||||||
# kernel serial console
|
# kernel serial console
|
||||||
EXTRA_CMDLINE="console=uart8250,mmio32,0xff130000 console=tty0"
|
EXTRA_CMDLINE="console=uart8250,mmio32,0xff130000 console=tty0"
|
||||||
|
@ -475,7 +475,7 @@ CONFIG_ARM64_MODULE_CMODEL_LARGE=y
|
|||||||
#
|
#
|
||||||
# Boot options
|
# Boot options
|
||||||
#
|
#
|
||||||
CONFIG_CMDLINE="root=/dev/ram0 rdinit=/init BOOT_IMAGE=/Image usbcore.autosuspend=-1"
|
CONFIG_CMDLINE="root=/dev/ram0 rdinit=/init usbcore.autosuspend=-1"
|
||||||
# CONFIG_CMDLINE_FROM_BOOTLOADER is not set
|
# CONFIG_CMDLINE_FROM_BOOTLOADER is not set
|
||||||
CONFIG_CMDLINE_EXTEND=y
|
CONFIG_CMDLINE_EXTEND=y
|
||||||
# CONFIG_CMDLINE_FORCE is not set
|
# CONFIG_CMDLINE_FORCE is not set
|
||||||
|
@ -34,8 +34,5 @@
|
|||||||
# Mali GPU family
|
# Mali GPU family
|
||||||
MALI_FAMILY="t860"
|
MALI_FAMILY="t860"
|
||||||
|
|
||||||
# kernel image name
|
|
||||||
KERNEL_NAME="Image"
|
|
||||||
|
|
||||||
# kernel serial console
|
# kernel serial console
|
||||||
EXTRA_CMDLINE="console=uart8250,mmio32,0xff1a0000 console=tty0"
|
EXTRA_CMDLINE="console=uart8250,mmio32,0xff1a0000 console=tty0"
|
||||||
|
@ -547,7 +547,7 @@ CONFIG_ATAGS=y
|
|||||||
CONFIG_ZBOOT_ROM_TEXT=0x0
|
CONFIG_ZBOOT_ROM_TEXT=0x0
|
||||||
CONFIG_ZBOOT_ROM_BSS=0x0
|
CONFIG_ZBOOT_ROM_BSS=0x0
|
||||||
# CONFIG_ARM_APPENDED_DTB is not set
|
# CONFIG_ARM_APPENDED_DTB is not set
|
||||||
CONFIG_CMDLINE="root=/dev/ram0 rdinit=/init BOOT_IMAGE=/zImage usbcore.autosuspend=-1"
|
CONFIG_CMDLINE="root=/dev/ram0 rdinit=/init usbcore.autosuspend=-1"
|
||||||
# CONFIG_CMDLINE_FROM_BOOTLOADER is not set
|
# CONFIG_CMDLINE_FROM_BOOTLOADER is not set
|
||||||
CONFIG_CMDLINE_EXTEND=y
|
CONFIG_CMDLINE_EXTEND=y
|
||||||
# CONFIG_CMDLINE_FORCE is not set
|
# CONFIG_CMDLINE_FORCE is not set
|
||||||
|
@ -25,8 +25,5 @@
|
|||||||
# Mali GPU family
|
# Mali GPU family
|
||||||
MALI_FAMILY="t760"
|
MALI_FAMILY="t760"
|
||||||
|
|
||||||
# kernel image name
|
|
||||||
KERNEL_NAME="zImage"
|
|
||||||
|
|
||||||
# kernel serial console
|
# kernel serial console
|
||||||
EXTRA_CMDLINE="console=uart8250,mmio32,0xff690000 console=tty0"
|
EXTRA_CMDLINE="console=uart8250,mmio32,0xff690000 console=tty0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user