From: Philippe Schenker <dev@pschenker.ch>
To: u-boot@lists.denx.de
Cc: Philippe Schenker <philippe.schenker@toradex.com>,
Marcel Ziswiler <marcel.ziswiler@toradex.com>
Subject: [PATCH 2/2] configs: verdin-imx8mm: Add bootaux command
Date: Wed, 4 Jan 2023 20:02:16 +0100 [thread overview]
Message-ID: <20230104190216.145187-2-dev@pschenker.ch> (raw)
In-Reply-To: <20230104190216.145187-1-dev@pschenker.ch>
From: Philippe Schenker <philippe.schenker@toradex.com>
The i.MX 8M Mini SoC does incorporate an additional M-Core. To be able
to load it with a firmware, enable bootaux command as other Toradex
modules also have it enabled to be consistent.
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
---
configs/verdin-imx8mm_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/verdin-imx8mm_defconfig b/configs/verdin-imx8mm_defconfig
index 62f85883cb2d..5b5f7c051e54 100644
--- a/configs/verdin-imx8mm_defconfig
+++ b/configs/verdin-imx8mm_defconfig
@@ -16,6 +16,7 @@ CONFIG_SPL_MMC=y
CONFIG_SPL_SERIAL=y
CONFIG_SPL_DRIVERS_MISC=y
CONFIG_SPL=y
+CONFIG_IMX_BOOTAUX=y
CONFIG_SYS_LOAD_ADDR=0x48200000
CONFIG_SYS_MEMTEST_START=0x40000000
CONFIG_SYS_MEMTEST_END=0x80000000
--
2.39.0
next prev parent reply other threads:[~2023-01-04 19:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-04 19:02 [PATCH 1/2] imx: bootaux: Fix build warning when LTO is enabled Philippe Schenker
2023-01-04 19:02 ` Philippe Schenker [this message]
2023-01-31 9:49 ` [PATCH 2/2] configs: verdin-imx8mm: Add bootaux command sbabic
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=20230104190216.145187-2-dev@pschenker.ch \
--to=dev@pschenker.ch \
--cc=marcel.ziswiler@toradex.com \
--cc=philippe.schenker@toradex.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.