
On Sat, Oct 5, 2019 at 11:18 PM Bin Meng bmeng.cn@gmail.com wrote:
On Wed, Sep 25, 2019 at 10:58 PM Simon Glass sjg@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@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@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!