cmd: fdt: Drop the 0x prefix
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 2 Mar 2023 03:04:40 +0000 (04:04 +0100)
committerSimon Glass <sjg@chromium.org>
Tue, 14 Mar 2023 22:08:51 +0000 (16:08 -0600)
commited4dcb1f9b12e84721f70cc0a9bf838059581967
treea17209036fc0f66e8718e3c15fe625f70569d054
parent97d6d7e3606a352843bae6547e972fbaca3ccf7b
cmd: fdt: Drop the 0x prefix

The 'fdt get addr' is always assumed to be hex value, drop the prefix.
Since this might break existing users who depend on the existing
behavior with 0x prefix, this is a separate patch. Revert if this
breaks anything.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
cmd/fdt.c