All of lore.kernel.org
 help / color / mirror / Atom feed
From: Otavio Salvador <otavio@ossystems.com.br>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 5/6] pico-imx7d: Add PICO-Hobbit baseboard support
Date: Fri, 14 Sep 2018 15:53:35 -0300	[thread overview]
Message-ID: <20180914185336.13383-5-otavio@ossystems.com.br> (raw)
In-Reply-To: <20180914185336.13383-1-otavio@ossystems.com.br>

This adds the device tree to the DFU and bootmenu environment setting.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 include/configs/pico-imx7d.h | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/include/configs/pico-imx7d.h b/include/configs/pico-imx7d.h
index 4cc84ff5d4..0e770bf41f 100644
--- a/include/configs/pico-imx7d.h
+++ b/include/configs/pico-imx7d.h
@@ -48,11 +48,14 @@
 		"spl raw 0x2 0x400 mmcpart 1;" \
 		"u-boot raw 0x8a 0x400 mmcpart 1;" \
 		"/boot/zImage ext4 0 1;" \
+		"/boot/imx7d-pico-hobbit.dtb ext4 0 1;" \
 		"/boot/imx7d-pico-pi.dtb ext4 0 1;" \
 		"rootfs part 0 1\0" \
 
 #define BOOTMENU_ENV \
-	"bootmenu_0=Boot using PICO-PI baseboard=" \
+	"bootmenu_0=Boot using PICO-Hobbit baseboard=" \
+		"setenv fdtfile imx7d-pico-hobbit.dtb\0" \
+	"bootmenu_1=Boot using PICO-Pi baseboard=" \
 		"setenv fdtfile imx7d-pico-pi.dtb\0" \
 
 #define CONFIG_SUPPORT_EMMC_BOOT /* eMMC specific */
-- 
2.19.0

  parent reply	other threads:[~2018-09-14 18:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-14 18:53 [U-Boot] [PATCH 1/6] pico-imx6ul: Fix TechNexion spelling on MAINTAINERS file Otavio Salvador
2018-09-14 18:53 ` [U-Boot] [PATCH 2/6] pico-imx6ul: Add PICO-Pi baseboard support Otavio Salvador
2018-09-14 18:53 ` [U-Boot] [PATCH 3/6] pico-imx6ul: Add a new defconfig with PICO-Pi selected Otavio Salvador
2018-09-14 18:53 ` [U-Boot] [PATCH 4/6] pico-imx7d: Fix TechNexion spelling on MAINTAINERS file Otavio Salvador
2018-09-14 18:53 ` Otavio Salvador [this message]
2018-09-14 18:53 ` [U-Boot] [PATCH 6/6] pico-imx7d: Add a new defconfig with PICO-Hobbit selected Otavio Salvador

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=20180914185336.13383-5-otavio@ossystems.com.br \
    --to=otavio@ossystems.com.br \
    --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.