Re: [U-Boot] [PATCH 044/126] spl: Convert CONFIG_SPL_LIMIT to hex

2019-10-06 Thread Bin Meng
On Sat, Oct 5, 2019 at 11:18 PM Bin Meng wrote: > > On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > > > This is currently a decimal value which is not as convenient or > > meaningful. Also U-Boot tends to use hex everywhere. > > > > Convert this option to hex and add a comment for the

Re: [U-Boot] [PATCH 044/126] spl: Convert CONFIG_SPL_LIMIT to hex

2019-10-05 Thread Bin Meng
On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > This is currently a decimal value which is not as convenient or > meaningful. Also U-Boot tends to use hex everywhere. > > Convert this option to hex and add a comment for the size_check macro. > > Signed-off-by: Simon Glass > --- > >

Re: [U-Boot] [PATCH 044/126] spl: Convert CONFIG_SPL_LIMIT to hex

2019-09-26 Thread Simon Goldschmidt
You've got the config name wrong in the summary (forgot '_SIZE' in the middle). On Wed, Sep 25, 2019 at 5:24 PM Simon Glass wrote: > > This is currently a decimal value which is not as convenient or > meaningful. Also U-Boot tends to use hex everywhere. > > Convert this option to hex and add a

[U-Boot] [PATCH 044/126] spl: Convert CONFIG_SPL_LIMIT to hex

2019-09-25 Thread Simon Glass
This is currently a decimal value which is not as convenient or meaningful. Also U-Boot tends to use hex everywhere. Convert this option to hex and add a comment for the size_check macro. Signed-off-by: Simon Glass --- Makefile| 10 +++---