rk3128: BoardConfig.mk: add RK_KERNEL_IMG, RK_MISC define

Change-Id: I79351ba6853e3f6acb892874396849234337c8f7
Signed-off-by: Hans Yang <yhx@rock-chips.com>
This commit is contained in:
Hans Yang
2018-10-18 16:25:21 +08:00
parent 8ede92b7e2
commit 2b6643bfe2

View File

@ -10,6 +10,8 @@ export RK_KERNEL_DEFCONFIG=rockchip_linux_defconfig
export RK_KERNEL_DTS=rk3128-fireprime
# boot image type
export RK_BOOT_IMG=zboot.img
# kernel image path
export RK_KERNEL_IMG=kernel/arch/arm/boot/zImage
# parameter for GPT table
export RK_PARAMETER=parameter-buildroot.txt
# Buildroot config
@ -36,3 +38,5 @@ export RK_STORAGE_TYPE=emmc
export RK_OEM_DIR=oem_normal
#userdata config
export RK_USERDATA_DIR=userdata_normal
#misc image
export RK_MISC=wipe_all-misc.img