Re: [PATCH v1 1/2] Makefile: Fix CONFIG_SYS_UBOOT_START default value

2020-01-08 Thread Tom Rini
On Fri, Dec 06, 2019 at 03:01:48PM +0100, Patrice Chotard wrote: > This patches restores boot on boards which rely on > CONFIG_SYS_UBOOT_START equal to CONFIG_SYS_TEXT_BASE when using SPL > > Fixes: d3e97b53c1f2 ("spl: fix entry_point equal to load_addr") > > Signed-off-by: Patrice Chotard > Re

Re: [PATCH v1 1/2] Makefile: Fix CONFIG_SYS_UBOOT_START default value

2019-12-29 Thread Simon Glass
On Fri, 6 Dec 2019 at 07:01, Patrice Chotard wrote: > > This patches restores boot on boards which rely on > CONFIG_SYS_UBOOT_START equal to CONFIG_SYS_TEXT_BASE when using SPL > > Fixes: d3e97b53c1f2 ("spl: fix entry_point equal to load_addr") > > Signed-off-by: Patrice Chotard > --- > > Makefi

[PATCH v1 1/2] Makefile: Fix CONFIG_SYS_UBOOT_START default value

2019-12-06 Thread Patrice Chotard
This patches restores boot on boards which rely on CONFIG_SYS_UBOOT_START equal to CONFIG_SYS_TEXT_BASE when using SPL Fixes: d3e97b53c1f2 ("spl: fix entry_point equal to load_addr") Signed-off-by: Patrice Chotard --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a