From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: barebox@lists.infradead.org
Cc: "Thorsten K . Scherer" <t.scherer@eckelmann.de>
Subject: [PATCH 2/2] ARM: phytec-som-imx6: make use of new imd oftree helper
Date: Thu, 21 Feb 2019 11:25:31 +0100 [thread overview]
Message-ID: <20190221102531.25291-2-u.kleine-koenig@pengutronix.de> (raw)
In-Reply-To: <20190221102531.25291-1-u.kleine-koenig@pengutronix.de>
With this patch the two last lines are added to the output of the
following command:
$ ./scripts/bareboximd images/barebox-phytec-phycore-imx6dl-som-emmc-1gib.img
build: #15 Thu Feb 21 11:20:23 CET 2019
release: 2019.02.0-00235-gb03cf6f145ae-dirty
parameter: memsize=1024
of_compatible: phytec,imx6dl-pcm058-emmc fsl,imx6dl
model: Phytec phyCORE-i.MX6 DualLite/SOLO with eMMC
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
arch/arm/boards/phytec-som-imx6/lowlevel.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/boards/phytec-som-imx6/lowlevel.c b/arch/arm/boards/phytec-som-imx6/lowlevel.c
index 9d81c278ca43..915534ea9455 100644
--- a/arch/arm/boards/phytec-som-imx6/lowlevel.c
+++ b/arch/arm/boards/phytec-som-imx6/lowlevel.c
@@ -84,6 +84,7 @@ static void __noreturn start_imx6_phytec_common(uint32_t size,
extern char __dtb_##fdt_name##_start[]; \
\
IMD_USED(physom_mx6_memsize_##memory_size); \
+ IMD_USED_OF(fdt_name); \
\
start_imx6_phytec_common(memory_size, do_early_uart_config, \
__dtb_##fdt_name##_start); \
--
2.20.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2019-02-21 10:25 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-21 10:25 [PATCH 1/2] imd: create new helper macro to add data from oftree to image meta data Uwe Kleine-König
2019-02-21 10:25 ` Uwe Kleine-König [this message]
2019-02-22 8:11 ` Sascha Hauer
2019-02-22 21:22 ` Uwe Kleine-König
2019-02-25 8:41 ` Sascha Hauer
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=20190221102531.25291-2-u.kleine-koenig@pengutronix.de \
--to=u.kleine-koenig@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=t.scherer@eckelmann.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