[U-Boot] [PATCH 044/126] spl: Convert CONFIG_SPL_LIMIT to hex
Bin Meng
bmeng.cn at gmail.com
Sat Oct 5 15:18:30 UTC 2019
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.
More information about the U-Boot
mailing list