Merge "rv1126/rv1109: enable fit"
This commit is contained in:
@ -20,6 +20,8 @@ export RK_KERNEL_DEFCONFIG_FRAGMENT=
|
||||
export RK_KERNEL_DTS=rv1109-38-v10-spi-nand
|
||||
# boot image type
|
||||
export RK_BOOT_IMG=zboot.img
|
||||
# kernel image format type: fit(flattened image tree)
|
||||
export RK_KERNEL_FIT_ITS=boot.its
|
||||
# kernel image path
|
||||
export RK_KERNEL_IMG=kernel/arch/arm/boot/zImage
|
||||
# parameter for GPT table
|
||||
|
||||
@ -20,6 +20,8 @@ export RK_KERNEL_DEFCONFIG_FRAGMENT=
|
||||
export RK_KERNEL_DTS=rv1109-38-v10-spi-nand
|
||||
# boot image type
|
||||
export RK_BOOT_IMG=zboot.img
|
||||
# kernel image format type: fit(flattened image tree)
|
||||
export RK_KERNEL_FIT_ITS=boot.its
|
||||
# kernel image path
|
||||
export RK_KERNEL_IMG=kernel/arch/arm/boot/zImage
|
||||
# parameter for GPT table
|
||||
|
||||
@ -20,6 +20,8 @@ export RK_KERNEL_DEFCONFIG_FRAGMENT=rv1126-slc-nand.config
|
||||
export RK_KERNEL_DTS=rv1126-evb-ddr3-v12-spi-nand
|
||||
# boot image type
|
||||
export RK_BOOT_IMG=zboot.img
|
||||
# kernel image format type: fit(flattened image tree)
|
||||
export RK_KERNEL_FIT_ITS=boot.its
|
||||
# kernel image path
|
||||
export RK_KERNEL_IMG=kernel/arch/arm/boot/zImage
|
||||
# parameter for GPT table
|
||||
|
||||
@ -22,6 +22,8 @@ export RK_KERNEL_DTS=rv1126-evb-ddr3-v12-spi-nand
|
||||
export RK_BOOT_IMG=zboot.img
|
||||
# kernel image path
|
||||
export RK_KERNEL_IMG=kernel/arch/arm/boot/zImage
|
||||
# kernel image format type: fit(flattened image tree)
|
||||
export RK_KERNEL_FIT_ITS=boot.its
|
||||
# parameter for GPT table
|
||||
export RK_PARAMETER=parameter-fit-nand-256M.txt
|
||||
# Buildroot config
|
||||
|
||||
Reference in New Issue
Block a user