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)
commitb51882d0079d3275bdb83ce49fdc8a90133f7f07
tree3fdf9b80ff932dc134cc9703af20f1fb45ed6a54
parent27084c03d36a7f0e4d7c1679761e81567f1d5442
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