[U-Boot] [PATCH] common, kconfig: Fix defaut value of BOOTSTAGE_STASH_SIZE
Wolfgang Denk
wd at denx.de
Sun Apr 2 09:22:42 UTC 2017
Dear Nobuhiro,
In message <20170401224812.11646-1-iwamatsu at nigauri.org> you wrote:
> 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.
...
> - default 4096
> + default 0x1000
> help
> This should be large enough to hold the bootstage stash. A value of
> 4096 (4KiB) is normally plenty.
Would it make sense to also fix the help message, and maybe even to
add a note to the help message that this should be a hex number?
Thanks.
Wolfgang Denk
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Always borrow money from a pessimist; they don't expect to be paid
back.
More information about the U-Boot
mailing list