From: Tom Rini <trini@konsulko.com>
To: Julien STEPHAN <jstephan@baylibre.com>
Cc: u-boot@lists.denx.de, Alexandre Mergnat <amergnat@baylibre.com>,
Jerome Brunet <jbrunet@baylibre.com>
Subject: Re: [PATCH 2/2] configs: mediatek: enable boot via extlinux
Date: Thu, 6 Oct 2022 21:04:57 -0400 [thread overview]
Message-ID: <20221007010457.GA1286446@bill-the-cat> (raw)
In-Reply-To: <20220907142251.1495122-2-jstephan@baylibre.com>
[-- Attachment #1: Type: text/plain, Size: 807 bytes --]
On Wed, Sep 07, 2022 at 04:22:51PM +0200, Julien STEPHAN wrote:
> From: Alexandre Mergnat <amergnat@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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
prev parent reply other threads:[~2022-10-07 1:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-07 14:22 [PATCH 1/2] configs: mediatek: define default variables Julien STEPHAN
2022-09-07 14:22 ` [PATCH 2/2] configs: mediatek: enable boot via extlinux Julien STEPHAN
2022-10-07 1:04 ` Tom Rini [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221007010457.GA1286446@bill-the-cat \
--to=trini@konsulko.com \
--cc=amergnat@baylibre.com \
--cc=jbrunet@baylibre.com \
--cc=jstephan@baylibre.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox