From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giulio Benetti Date: Fri, 6 Dec 2019 18:23:04 +0100 Subject: [U-Boot] [PATCH] spl: fix entry_point equal to load_addr In-Reply-To: References: <20191125161820.32674-1-giulio.benetti@benettiengineering.com> <20191205220914.GW9549@bill-the-cat> <976a2aee-f85f-41fe-215c-17213adafefe@st.com> <20191206133445.GH9549@bill-the-cat> <2352b865-c5f9-329e-9b29-411c4e0530d9@benettiengineering.com> Message-ID: <20affcd2-d654-c09a-e9e4-927803f3bbd8@benettiengineering.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Patrice, On 12/6/19 3:04 PM, Patrice CHOTARD wrote: >> So probably broken boards try to jump to absolute 0. >> A solving patch would be: >> ifndef CONFIG_SYS_UBOOT_START >> CONFIG_SYS_UBOOT_START := CONFIG_SYS_TEXT_BASE >> endif >> >> What do you think? > > This is what i implemented to fix this issue. Here is my proposal [1], but i need some Yes, I've missed it for few minutes. Thanks for solving this. Best regards -- Giulio Benetti Benetti Engineering sas > feedback from some boards maintainers. > > [1] https://patchwork.ozlabs.org/project/uboot/list/?series=146876 > > Thanks > > Patrice > >> >> Sorry for this mess! >> >> Best regards