[PATCH 2/2] configs: mediatek: enable boot via extlinux

Tom Rini trini at konsulko.com
Fri Oct 7 03:04:57 CEST 2022


On Wed, Sep 07, 2022 at 04:22:51PM +0200, Julien STEPHAN wrote:

> From: Alexandre Mergnat <amergnat at baylibre.com>
> 
> Enable FAT and SYSBOOT to use extlinux boot script
[snip]
> diff --git a/configs/mt8516_pumpkin_defconfig b/configs/mt8516_pumpkin_defconfig
> index 0425ffd0f9..97212ea6bb 100644
> --- a/configs/mt8516_pumpkin_defconfig
> +++ b/configs/mt8516_pumpkin_defconfig
> @@ -49,6 +49,12 @@ CONFIG_CMD_PART=y
>  # CONFIG_CMD_SETEXPR is not set
>  # CONFIG_CMD_BLOCK_CACHE is not set
>  # CONFIG_CMD_SLEEP is not set
> +CONFIG_CMD_SYSBOOT=y
> +CONFIG_CMD_EXT4=y
> +CONFIG_CMD_FAT=y
> +CONFIG_CMD_FS_GENERIC=y
> +# CONFIG_DOS_PARTITION is not set
> +CONFIG_ENV_IS_IN_MMC=y

This sets CONFIG_ENV_IS_IN_MMC but doesn't provide CONFIG_ENV_OFFSET so
the build fails.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20221006/4e389d48/attachment.sig>


More information about the U-Boot mailing list