|
@@ -38,6 +38,10 @@ genimage_type()
|
|
echo "genimage.cfg.template_imx8"
|
|
echo "genimage.cfg.template_imx8"
|
|
elif grep -Eq "^BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8X=y$" ${BR2_CONFIG}; then
|
|
elif grep -Eq "^BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8X=y$" ${BR2_CONFIG}; then
|
|
echo "genimage.cfg.template_imx8"
|
|
echo "genimage.cfg.template_imx8"
|
|
|
|
+ elif grep -Eq "^BR2_LINUX_KERNEL_INSTALL_TARGET=y$" ${BR2_CONFIG}; then
|
|
|
|
+ if grep -Eq "^BR2_TARGET_UBOOT_SPL=y$" ${BR2_CONFIG}; then
|
|
|
|
+ echo "genimage.cfg.template_no_boot_part_spl"
|
|
|
|
+ fi
|
|
elif grep -Eq "^BR2_TARGET_UBOOT_SPL=y$" ${BR2_CONFIG}; then
|
|
elif grep -Eq "^BR2_TARGET_UBOOT_SPL=y$" ${BR2_CONFIG}; then
|
|
echo "genimage.cfg.template_spl"
|
|
echo "genimage.cfg.template_spl"
|
|
else
|
|
else
|