|
@@ -32,7 +32,9 @@ linux_image()
|
|
|
|
|
|
genimage_type()
|
|
genimage_type()
|
|
{
|
|
{
|
|
- if grep -Eq "^BR2_TARGET_UBOOT_SPL=y$" ${BR2_CONFIG}; then
|
|
|
|
|
|
+ if grep -Eq "^BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8M=y$" ${BR2_CONFIG}; then
|
|
|
|
+ echo "genimage.cfg.template_imx8"
|
|
|
|
+ elif grep -Eq "^BR2_TARGET_UBOOT_SPL=y$" ${BR2_CONFIG}; then
|
|
echo "genimage.cfg.template_spl"
|
|
echo "genimage.cfg.template_spl"
|
|
else
|
|
else
|
|
echo "genimage.cfg.template"
|
|
echo "genimage.cfg.template"
|