[PATCH] Kconfigs: Correct default of "0" on hex type entries

Tom Rini trini at konsulko.com
Wed Aug 9 19:17:11 CEST 2023


On Wed, Aug 02, 2023 at 11:09:43AM -0400, Tom Rini wrote:

> It is not a parse error to have a default value of "0" for a "hex" type
> entry, instead of "0x0".  However, "0" and "0x0" are not treated the
> same even by the tools themselves. Correct this by changing the default
> value from "0" to "0x0" for all hex type questions that had the
> incorrect default. Fix one instance (in two configs) of a default of "0"
> being used on a hex question to be "0x0". Remove the cases where a
> defconfig had set a value of "0x0" to be used as the default had been
> "0".
> 
> Signed-off-by: Tom Rini <trini at konsulko.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>

Applied to u-boot/next, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20230809/cdc4b0e8/attachment.sig>


More information about the U-Boot mailing list