]> git.ipfire.org Git - people/ms/u-boot.git/commit
common, kconfig: Fix defaut value of BOOTSTAGE_STASH_SIZE
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Sat, 1 Apr 2017 22:48:12 +0000 (07:48 +0900)
committerTom Rini <trini@konsulko.com>
Sat, 8 Apr 2017 13:26:53 +0000 (09:26 -0400)
commitfad6a2b771eecac5ce69173235743e5357bf014d
tree6786bcea51281daebb671121f1656c49159a1419
parent634fcf084875674d86c303e630f83b2017e7e07f
common, kconfig: Fix defaut value of BOOTSTAGE_STASH_SIZE

The default value of BOOTSTAGE_STASH_SIZE should be set to hexadecimal,
but an integer value is set. This fixes the BOOTSTAGE_STASH_SIZE number
from hexadecimal to integer.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
common/Kconfig