Re: [U-Boot] Build system: Don't check for CONFIG_SYS_TEXT_BASE being set

2018-02-12 Thread Max Filippov
On Mon, Feb 12, 2018 at 1:03 PM, Tom Rini wrote: >> On Mon, Feb 12, 2018 at 6:23 AM, Tom Rini wrote: >> > I'm largely ok with the above, but: >> > - For Xtensa (Max?), CONFIG_SYS_TEXT_ADDR needs to be renamed to >> > CONFIG_SYS_TEXT_BASE there >> >> For xtensa that address is defined as an expr

Re: [U-Boot] Build system: Don't check for CONFIG_SYS_TEXT_BASE being set

2018-02-12 Thread Tom Rini
On Mon, Feb 12, 2018 at 12:48:02PM -0800, Max Filippov wrote: > Hello, > > On Tue, Jan 30, 2018 at 7:23 AM, Alexey Brodkin > wrote: > > CONFIG_SYS_TEXT_BASE must be set anyways and then it is used in many > > places in the same Makefile without any checks > > Why? xtensa doesn't use any of it. >

Re: [U-Boot] Build system: Don't check for CONFIG_SYS_TEXT_BASE being set

2018-02-12 Thread Max Filippov
Hello, On Tue, Jan 30, 2018 at 7:23 AM, Alexey Brodkin wrote: > CONFIG_SYS_TEXT_BASE must be set anyways and then it is used in many > places in the same Makefile without any checks Why? xtensa doesn't use any of it. On Mon, Feb 12, 2018 at 6:23 AM, Tom Rini wrote: > I'm largely ok with the ab

Re: [U-Boot] Build system: Don't check for CONFIG_SYS_TEXT_BASE being set

2018-02-12 Thread Tom Rini
On Mon, Feb 12, 2018 at 04:21:09PM +, Alexey Brodkin wrote: > On Mon, 2018-02-12 at 09:23 -0500, Tom Rini wrote: > > On Mon, Feb 12, 2018 at 01:27:30PM +, Alexey Brodkin wrote: > > > Hi Tom, Simon, > > > > > > On Sun, 2018-02-11 at 15:47 -0500, Tom Rini wrote: > > > > On Tue, Jan 30, 2018

Re: [U-Boot] Build system: Don't check for CONFIG_SYS_TEXT_BASE being set

2018-02-12 Thread Alexey Brodkin
On Mon, 2018-02-12 at 09:23 -0500, Tom Rini wrote: > On Mon, Feb 12, 2018 at 01:27:30PM +, Alexey Brodkin wrote: > > Hi Tom, Simon, > > > > On Sun, 2018-02-11 at 15:47 -0500, Tom Rini wrote: > > > On Tue, Jan 30, 2018 at 06:23:13PM +0300, Alexey Brodkin wrote: > > > > > > > CONFIG_SYS_TEXT_BA

Re: [U-Boot] Build system: Don't check for CONFIG_SYS_TEXT_BASE being set

2018-02-12 Thread Marek Vasut
On 02/12/2018 03:23 PM, Tom Rini wrote: > On Mon, Feb 12, 2018 at 01:27:30PM +, Alexey Brodkin wrote: >> Hi Tom, Simon, >> >> On Sun, 2018-02-11 at 15:47 -0500, Tom Rini wrote: >>> On Tue, Jan 30, 2018 at 06:23:13PM +0300, Alexey Brodkin wrote: >>> CONFIG_SYS_TEXT_BASE must be set anyways

Re: [U-Boot] Build system: Don't check for CONFIG_SYS_TEXT_BASE being set

2018-02-12 Thread Tom Rini
On Mon, Feb 12, 2018 at 01:27:30PM +, Alexey Brodkin wrote: > Hi Tom, Simon, > > On Sun, 2018-02-11 at 15:47 -0500, Tom Rini wrote: > > On Tue, Jan 30, 2018 at 06:23:13PM +0300, Alexey Brodkin wrote: > > > > > CONFIG_SYS_TEXT_BASE must be set anyways and then it is used in many > > > places i

Re: [U-Boot] Build system: Don't check for CONFIG_SYS_TEXT_BASE being set

2018-02-12 Thread Alexey Brodkin
Hi Tom, Simon, On Sun, 2018-02-11 at 15:47 -0500, Tom Rini wrote: > On Tue, Jan 30, 2018 at 06:23:13PM +0300, Alexey Brodkin wrote: > > > CONFIG_SYS_TEXT_BASE must be set anyways and then it is used in many > > places in the same Makefile without any checks so there's no point in > > keeping this

Re: [U-Boot] Build system: Don't check for CONFIG_SYS_TEXT_BASE being set

2018-02-11 Thread Tom Rini
On Tue, Jan 30, 2018 at 06:23:13PM +0300, Alexey Brodkin wrote: > CONFIG_SYS_TEXT_BASE must be set anyways and then it is used in many > places in the same Makefile without any checks so there's no point in > keeping this check araound just in one place. > > Signed-off-by: Alexey Brodkin > Cc: T