add parameter for kernel image
Change-Id: If8d65f78fd9d59e51d3ac4673290d339f5ab2d2c Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com>
This commit is contained in:
@ -10,6 +10,8 @@ export RK_KERNEL_DEFCONFIG=px30_linux_defconfig
|
||||
export RK_KERNEL_DTS=px30-evb-ddr3-v10-linux
|
||||
# boot image type
|
||||
export RK_BOOT_IMG=boot.img
|
||||
# kernel image path
|
||||
export RK_KERNEL_IMG=kernel/arch/arm64/boot/Image
|
||||
# parameter for GPT table
|
||||
export RK_PARAMETER=parameter-buildroot.txt
|
||||
# Buildroot config
|
||||
|
||||
@ -10,6 +10,8 @@ export RK_KERNEL_DEFCONFIG=px30_linux_defconfig
|
||||
export RK_KERNEL_DTS=px30-evb-ddr3-v10-linux
|
||||
# boot image type
|
||||
export RK_BOOT_IMG=boot.img
|
||||
# kernel image path
|
||||
export RK_KERNEL_IMG=kernel/arch/arm64/boot/Image
|
||||
# parameter for GPT table
|
||||
export RK_PARAMETER=parameter-buildroot.txt
|
||||
# Buildroot config
|
||||
|
||||
@ -10,6 +10,8 @@ export RK_KERNEL_DEFCONFIG=px30_linux_defconfig
|
||||
export RK_KERNEL_DTS=px30-evb-ddr3-v10-linux
|
||||
# boot image type
|
||||
export RK_BOOT_IMG=boot.img
|
||||
# kernel image path
|
||||
export RK_KERNEL_IMG=kernel/arch/arm64/boot/Image
|
||||
# parameter for GPT table
|
||||
export RK_PARAMETER=parameter-debian.txt
|
||||
# Buildroot config
|
||||
|
||||
Reference in New Issue
Block a user