Merge pull request #2690 from lrusak/rockchip-kernel-name

Rockchip: use default kernel name
This commit is contained in:
MilhouseVH 2018-05-23 01:50:48 +01:00 committed by GitHub
commit 03e9a0806c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 12 deletions

View File

@ -26,8 +26,5 @@
MALI_FAMILY="t760"
MALI_REVISION="r1p0"
# kernel image name
KERNEL_NAME="zImage"
# kernel serial console
EXTRA_CMDLINE="console=uart8250,mmio32,0xff690000 console=tty0"

View File

@ -36,8 +36,5 @@
# Mali GPU family
MALI_FAMILY="450"
# kernel image name
KERNEL_NAME="Image"
# kernel serial console
EXTRA_CMDLINE="console=uart8250,mmio32,0xff130000 console=tty0"

View File

@ -34,8 +34,5 @@
# Mali GPU family
MALI_FAMILY="t860"
# kernel image name
KERNEL_NAME="Image"
# kernel serial console
EXTRA_CMDLINE="console=uart8250,mmio32,0xff1a0000 console=tty0"

View File

@ -25,8 +25,5 @@
# Mali GPU family
MALI_FAMILY="t760"
# kernel image name
KERNEL_NAME="zImage"
# kernel serial console
EXTRA_CMDLINE="console=uart8250,mmio32,0xff690000 console=tty0"