|
@@ -47,6 +47,8 @@ genimage_type()
|
|
elif grep -Eq "^BR2_LINUX_KERNEL_INSTALL_TARGET=y$" ${BR2_CONFIG}; then
|
|
elif grep -Eq "^BR2_LINUX_KERNEL_INSTALL_TARGET=y$" ${BR2_CONFIG}; then
|
|
if grep -Eq "^BR2_TARGET_UBOOT_SPL=y$" ${BR2_CONFIG}; then
|
|
if grep -Eq "^BR2_TARGET_UBOOT_SPL=y$" ${BR2_CONFIG}; then
|
|
echo "genimage.cfg.template_no_boot_part_spl"
|
|
echo "genimage.cfg.template_no_boot_part_spl"
|
|
|
|
+ else
|
|
|
|
+ echo "genimage.cfg.template_no_boot_part"
|
|
fi
|
|
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"
|