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

Bin Meng bmeng.cn at gmail.com
Mon Oct 7 01:00:21 UTC 2019


On Sat, Oct 5, 2019 at 11:18 PM Bin Meng <bmeng.cn at gmail.com> wrote:
>
> On Wed, Sep 25, 2019 at 10:58 PM Simon Glass <sjg at chromium.org> 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 <sjg at chromium.org>
> > ---
> >
> >  Makefile                        | 10 +++++++---
> >  arch/arm/mach-socfpga/Kconfig   |  2 +-
> >  common/spl/Kconfig              |  2 +-
> >  configs/evb-rk3288_defconfig    |  2 +-
> >  configs/tinker-rk3288_defconfig |  2 +-
> >  5 files changed, 11 insertions(+), 7 deletions(-)
> >
>
> Acked-by: Bin Meng <bmeng.cn at gmail.com>
>
> I can fix the commit summary issue (missing _SIZE, as pointed out by
> Simon Goldschmidt) when applying.

Fixed the typo in the commit title, and

applied to u-boot-x86/next, thanks!


More information about the U-Boot mailing list