]> git.baikalelectronics.ru Git - uboot.git/commit
spl: Convert CONFIG_SPL_SIZE_LIMIT to hex
authorSimon Glass <sjg@chromium.org>
Wed, 25 Sep 2019 14:56:28 +0000 (08:56 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 8 Oct 2019 05:57:45 +0000 (13:57 +0800)
commita43d03145f1be1d765ad7d0eef2ec930055b6cd0
tree3fdf9b80ff932dc134cc9703af20f1fb45ed6a54
parentc18d0ebb51db2bc94d35e74818a498d344170564
spl: Convert CONFIG_SPL_SIZE_LIMIT to hex

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@chromium.org>
Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Acked-by: Bin Meng <bmeng.cn@gmail.com>
[bmeng: correct the typo in the commit title]
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Makefile
arch/arm/mach-socfpga/Kconfig
common/spl/Kconfig
configs/evb-rk3288_defconfig
configs/tinker-rk3288_defconfig