]> git.baikalelectronics.ru Git - uboot.git/commit
keymile: common: fix hexadecimal env variable format
authorAleksandar Gerasimovski <aleksandar.gerasimovski@hitachi-powergrids.com>
Fri, 4 Jun 2021 09:25:00 +0000 (09:25 +0000)
committerPriyanka Jain <priyanka.jain@nxp.com>
Thu, 17 Jun 2021 06:16:11 +0000 (11:46 +0530)
commit14cf2d4c5b327ae75f0acba00c7cd0aadf1a0e76
treed599b9db4d0cf7ac8385566d972c9b451c541368
parent8fdd18a8ce4581a96e3caaf85eb23a8e98b3be35
keymile: common: fix hexadecimal env variable format

Commit d4fbe38 breaks linux kernel and product application boot.

Linux kernel and our product application scripts are expecting 0x prefix
for hexadecimal values, while env_set_hex writes them without a prefix.

This patch partially revert env_set_hex usage for affected env variables.

Signed-off-by: Aleksandar Gerasimovski <aleksandar.gerasimovski@hitachi-powergrids.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
board/keymile/common/common.c