Re: [U-Boot] configs: move CONFIG_SPL_TEXT_BASE to Kconfig

2019-02-18 Thread Tom Rini
On Thu, Feb 14, 2019 at 07:28:18PM +0100, Simon Goldschmidt wrote: > Am 19.01.2019 um 17:57 schrieb Tom Rini: > >On Sat, Jan 19, 2019 at 05:52:46PM +0100, Simon Goldschmidt wrote: > >>Hi Tom, > >> > >>Am Fr., 18. Jan. 2019, 23:02 hat Tom Rini geschrieben: > >> > >>>On Mon, Jan 07, 2019 at 10:12:42

Re: [U-Boot] configs: move CONFIG_SPL_TEXT_BASE to Kconfig

2019-02-14 Thread Simon Goldschmidt
Am 19.01.2019 um 17:57 schrieb Tom Rini: On Sat, Jan 19, 2019 at 05:52:46PM +0100, Simon Goldschmidt wrote: Hi Tom, Am Fr., 18. Jan. 2019, 23:02 hat Tom Rini geschrieben: On Mon, Jan 07, 2019 at 10:12:42AM +0100, Simon Goldschmidt wrote: On Wed, Jan 2, 2019 at 9:13 PM Simon Goldschmidt wro

Re: [U-Boot] configs: move CONFIG_SPL_TEXT_BASE to Kconfig

2019-01-19 Thread Tom Rini
On Sat, Jan 19, 2019 at 05:52:46PM +0100, Simon Goldschmidt wrote: > Hi Tom, > > Am Fr., 18. Jan. 2019, 23:02 hat Tom Rini geschrieben: > > > On Mon, Jan 07, 2019 at 10:12:42AM +0100, Simon Goldschmidt wrote: > > > On Wed, Jan 2, 2019 at 9:13 PM Simon Goldschmidt > > > wrote: > > > > > > > > Hi

Re: [U-Boot] configs: move CONFIG_SPL_TEXT_BASE to Kconfig

2019-01-19 Thread Simon Goldschmidt
Hi Tom, Am Fr., 18. Jan. 2019, 23:02 hat Tom Rini geschrieben: > On Mon, Jan 07, 2019 at 10:12:42AM +0100, Simon Goldschmidt wrote: > > On Wed, Jan 2, 2019 at 9:13 PM Simon Goldschmidt > > wrote: > > > > > > Hi Marek, > > > > > > Am 14.11.2018 um 19:51 schrieb Simon Goldschmidt: > > > > On 07.1

Re: [U-Boot] configs: move CONFIG_SPL_TEXT_BASE to Kconfig

2019-01-18 Thread Tom Rini
On Mon, Jan 07, 2019 at 10:12:42AM +0100, Simon Goldschmidt wrote: > On Wed, Jan 2, 2019 at 9:13 PM Simon Goldschmidt > wrote: > > > > Hi Marek, > > > > Am 14.11.2018 um 19:51 schrieb Simon Goldschmidt: > > > On 07.10.2018 02:49, Tom Rini wrote: > > >> On Sun, Sep 30, 2018 at 02:31:53PM +0200, Sim

Re: [U-Boot] configs: move CONFIG_SPL_TEXT_BASE to Kconfig

2019-01-07 Thread Simon Goldschmidt
On Wed, Jan 2, 2019 at 9:13 PM Simon Goldschmidt wrote: > > Hi Marek, > > Am 14.11.2018 um 19:51 schrieb Simon Goldschmidt: > > On 07.10.2018 02:49, Tom Rini wrote: > >> On Sun, Sep 30, 2018 at 02:31:53PM +0200, Simon Goldschmidt wrote: > >> > >>> Moved CONFIG_SPL_TEXT_BASE to common/spl/Kconfig w

Re: [U-Boot] configs: move CONFIG_SPL_TEXT_BASE to Kconfig

2019-01-02 Thread Simon Goldschmidt
Hi Marek, Am 14.11.2018 um 19:51 schrieb Simon Goldschmidt: On 07.10.2018 02:49, Tom Rini wrote: On Sun, Sep 30, 2018 at 02:31:53PM +0200, Simon Goldschmidt wrote: Moved CONFIG_SPL_TEXT_BASE to common/spl/Kconfig with help from moveconfig.py (only had to prepare socfpga, stm32f746 and am33x/4

Re: [U-Boot] configs: move CONFIG_SPL_TEXT_BASE to Kconfig

2018-11-14 Thread Simon Goldschmidt
On 07.10.2018 02:49, Tom Rini wrote: On Sun, Sep 30, 2018 at 02:31:53PM +0200, Simon Goldschmidt wrote: Moved CONFIG_SPL_TEXT_BASE to common/spl/Kconfig with help from moveconfig.py (only had to prepare socfpga, stm32f746 and am33x/43x manually) Signed-off-by: Simon Goldschmidt --- This patc

Re: [U-Boot] configs: move CONFIG_SPL_TEXT_BASE to Kconfig

2018-10-06 Thread Simon Goldschmidt
On 07.10.2018 02:49, Tom Rini wrote: On Sun, Sep 30, 2018 at 02:31:53PM +0200, Simon Goldschmidt wrote: Moved CONFIG_SPL_TEXT_BASE to common/spl/Kconfig with help from moveconfig.py (only had to prepare socfpga, stm32f746 and am33x/43x manually) Signed-off-by: Simon Goldschmidt --- This patc

Re: [U-Boot] configs: move CONFIG_SPL_TEXT_BASE to Kconfig

2018-10-06 Thread Tom Rini
On Sun, Sep 30, 2018 at 02:31:53PM +0200, Simon Goldschmidt wrote: > Moved CONFIG_SPL_TEXT_BASE to common/spl/Kconfig with > help from moveconfig.py (only had to prepare socfpga, > stm32f746 and am33x/43x manually) > > Signed-off-by: Simon Goldschmidt > --- > > This patch is in preparation for