All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrice Chotard <patrice.chotard@st.com>
To: u-boot@lists.denx.de
Subject: [RFT][PATCH v1 0/2] Fix CONFIG_SYS_UBOOT_START default value
Date: Fri, 6 Dec 2019 15:01:47 +0100	[thread overview]
Message-ID: <20191206140149.7426-1-patrice.chotard@st.com> (raw)

This series fixes a regression introduced by
d3e97b53c1f2 ("spl: fix entry_point equal to load_addr")
which breaks some board boot (at least STM32MP15 in basic configuration)

If CONFIG_SYS_UBOOT_START is not set, it's set to CONFIG_SYS_TEXT_BASE
by default.
This allows also to clean include/configs board files in which
CONFIG_SYS_UBOOT_START is already set to CONFIG_SYS_TEXT_BASE.



Patrice Chotard (2):
  Makefile: Fix CONFIG_SYS_UBOOT_START default value
  treewide: Remove CONFIG_SYS_UBOOT_START from configs board files

 Makefile                                        | 2 +-
 include/configs/gardena-smart-gateway-at91sam.h | 1 -
 include/configs/ls1046a_common.h                | 1 -
 include/configs/mccmon6.h                       | 1 -
 include/configs/microblaze-generic.h            | 2 --
 include/configs/mt7623.h                        | 1 -
 include/configs/mt7629.h                        | 1 -
 include/configs/mt8518.h                        | 1 -
 include/configs/omap3_cairo.h                   | 1 -
 include/configs/pumpkin.h                       | 1 -
 include/configs/tegra-common.h                  | 1 -
 include/configs/x600.h                          | 1 -
 include/configs/xilinx_zynqmp_r5.h              | 2 --
 include/configs/zynq-common.h                   | 2 --
 14 files changed, 1 insertion(+), 17 deletions(-)

-- 
2.17.1

             reply	other threads:[~2019-12-06 14:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-06 14:01 Patrice Chotard [this message]
2019-12-06 14:01 ` [PATCH v1 1/2] Makefile: Fix CONFIG_SYS_UBOOT_START default value Patrice Chotard
2019-12-30  1:21   ` Simon Glass
2020-01-08 20:12   ` Tom Rini
2019-12-06 14:01 ` [PATCH v1 2/2] treewide: Remove CONFIG_SYS_UBOOT_START from configs board files Patrice Chotard
2019-12-08 14:24   ` Lukasz Majewski
2020-01-08 20:13   ` Tom Rini

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=20191206140149.7426-1-patrice.chotard@st.com \
    --to=patrice.chotard@st.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.