Add Khadas Vim2 csc
This commit is contained in:
parent
2f9fe39633
commit
eb1beec350
7
config/boards/kvim2.csc
Normal file
7
config/boards/kvim2.csc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# Amlogic S912 octa core 3Gb RAM SoC eMMC
|
||||||
|
BOARD_NAME="Khadas VIM2"
|
||||||
|
BOARDFAMILY="meson-gxl"
|
||||||
|
BOOTCONFIG="khadas-vim2_defconfig"
|
||||||
|
KERNEL_TARGET="current,dev"
|
||||||
|
FULL_DESKTOP="yes"
|
||||||
|
BOOT_LOGO="desktop"
|
||||||
@ -20,5 +20,8 @@ uboot_custom_postprocess()
|
|||||||
if [[ $BOARD == kvim1 ]]; then
|
if [[ $BOARD == kvim1 ]]; then
|
||||||
uboot_gxl_postprocess $SRC/cache/sources/odroidc2-blobs/ vim1
|
uboot_gxl_postprocess $SRC/cache/sources/odroidc2-blobs/ vim1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ $BOARD == kvim2 ]]; then
|
||||||
|
uboot_gxl_postprocess_ng $SRC/cache/sources/amlogic-boot-fip/khadas-vim2
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user