All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Kocialkowski <contact@paulk.fr>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 6/6] kc1: Add some sysboot and devicetree-related environment variables
Date: Sat, 26 Mar 2016 12:20:04 +0100	[thread overview]
Message-ID: <1458991204-22798-6-git-send-email-contact@paulk.fr> (raw)
In-Reply-To: <1458991204-22798-1-git-send-email-contact@paulk.fr>

This adds some environment variables for sysboot and devicetree.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
---
 include/configs/kc1.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/kc1.h b/include/configs/kc1.h
index 1e6b037..e19fa12 100644
--- a/include/configs/kc1.h
+++ b/include/configs/kc1.h
@@ -233,6 +233,8 @@
 	"boot_mmc_dev=0\0" \
 	"kernel_mmc_part=7\0" \
 	"recovery_mmc_part=5\0" \
+	"fdtfile=omap4-kc1.dtb\0" \
+	"bootfile=/boot/extlinux/extlinux.conf\0" \
 	"bootargs=console=ttyO2,115200 mem=512M\0"
 
 /*
-- 
2.7.4

  parent reply	other threads:[~2016-03-26 11:20 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-26 11:19 [U-Boot] [PATCH 1/6] sniper: Move PXE file address to a viable location Paul Kocialkowski
2016-03-26 11:20 ` [U-Boot] [PATCH 2/6] kc1: " Paul Kocialkowski
2016-03-26 11:20 ` [U-Boot] [PATCH 3/6] sniper: Include explicit serial baudrate on bootargs Paul Kocialkowski
2016-03-26 19:20   ` Tom Rini
2016-03-26 11:20 ` [U-Boot] [PATCH 4/6] kc1: " Paul Kocialkowski
2016-03-26 19:21   ` Tom Rini
2016-03-26 11:20 ` [U-Boot] [PATCH 5/6] kc1: Select libfdt to allow running devicetree-based kernels Paul Kocialkowski
2016-03-26 19:21   ` Tom Rini
2016-03-26 11:20 ` Paul Kocialkowski [this message]
2016-03-26 19:21   ` [U-Boot] [PATCH 6/6] kc1: Add some sysboot and devicetree-related environment variables Tom Rini
2016-03-28 11:55     ` Paul Kocialkowski
2016-03-28 13:33       ` Tom Rini
2016-03-26 18:59 ` [U-Boot] [PATCH 1/6] sniper: Move PXE file address to a viable location Tom Rini
2016-03-28 11:53   ` Paul Kocialkowski

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=1458991204-22798-6-git-send-email-contact@paulk.fr \
    --to=contact@paulk.fr \
    --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.