commit | f703967f72cf2744ce68beade32461d7a6c7669d | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Sat Mar 11 17:29:21 2023 +0100 |
committer | Simon Glass <sjg@chromium.org> | Mon Apr 03 06:53:53 2023 +1200 |
tree | 4939b275d2dc3d62309c843f6a827da8c5ebf219 | |
parent | 84e2b2b0f5014f6501d7a5df7dbcf3a9ef2d9ece [diff] |
cmd: fdt: Use env_set_hex() for "get addr" and "get size" The 'fdt get addr' and 'env get size' is always assumed to be hex value, drop the prefix, and outright switch to env_set_hex(). 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> Reviewed-by: Simon Glass <sjg@chromium.org>