public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: Arne Fitzenreiter <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. ae84d3745de4235efbe7cf13e9d8542df916083d
Date: Thu, 20 Dec 2018 07:05:45 +0000	[thread overview]
Message-ID: <20181220070545.EB6E184FDD3@people01.i.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2397 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, next has been updated
       via  ae84d3745de4235efbe7cf13e9d8542df916083d (commit)
      from  6f1f51ba1c9e211946bb7b829bd7362ff61ecae7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ae84d3745de4235efbe7cf13e9d8542df916083d
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Thu Dec 20 08:04:22 2018 +0100

    u-boot: fix typo in boot.scr
    
    fix serial console output on RPi3 B+ at aarch64
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 config/rootfiles/core/127/filelists/files |   2 ++
 config/u-boot/boot.cmd                    |   2 +-
 config/u-boot/boot.scr                    | Bin 2463 -> 2463 bytes
 3 files changed, 3 insertions(+), 1 deletion(-)

Difference in files:
diff --git a/config/rootfiles/core/127/filelists/files b/config/rootfiles/core/127/filelists/files
index 0e9d80520..d76f3915c 100644
--- a/config/rootfiles/core/127/filelists/files
+++ b/config/rootfiles/core/127/filelists/files
@@ -1,3 +1,5 @@
+boot/boot.cmd
+boot/boot.scr
 etc/system-release
 etc/issue
 srv/web/ipfire/cgi-bin/credits.cgi
diff --git a/config/u-boot/boot.cmd b/config/u-boot/boot.cmd
index 5184e6f87..2ba403824 100644
--- a/config/u-boot/boot.cmd
+++ b/config/u-boot/boot.cmd
@@ -39,7 +39,7 @@ if test "${SERIAL-CONSOLE}" = "ON"; then
 	if test ${console} = ""; then
 		if test "${board}" = "rpi"; then
 			if test ${cpu} = "armv8"; then
-				if test "${fdtfile}" = "boradcom/bcm2837-rpi-3-b-plus.dtb"; then
+				if test "${fdtfile}" = "broadcom/bcm2837-rpi-3-b-plus.dtb"; then
 					setenv console ttyS1,115200n8;
 				else
 					if test "${fdtfile}" = "broadcom/bcm2837-rpi-3-b.dtb"; then
diff --git a/config/u-boot/boot.scr b/config/u-boot/boot.scr
index d9395c0ae..2c81cef76 100644
Binary files a/config/u-boot/boot.scr and b/config/u-boot/boot.scr differ


hooks/post-receive
--
IPFire 2.x development tree

                 reply	other threads:[~2018-12-20  7:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20181220070545.EB6E184FDD3@people01.i.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /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