]> git.baikalelectronics.ru Git - uboot.git/commit
ut: fix fdt_getprop_u32() change
authorPantelis Antoniou <pantelis.antoniou@konsulko.com>
Mon, 4 Sep 2017 20:12:22 +0000 (23:12 +0300)
committerSimon Glass <sjg@chromium.org>
Fri, 15 Sep 2017 11:27:49 +0000 (05:27 -0600)
commit699fca743b18b3bcbbb16561250c9f5149a0c5d6
treedf0a04860542d90f40fe94e5f95053219917362f
parent30362a868b077ad8f2a82affd3d13e8a41a7b105
ut: fix fdt_getprop_u32() change

fdt_getprop_u32 is not exported and it's different than what the
unit test uses. Rename u32 prop access methods to something that's
unit test specific.

Signed-off-by: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
Acked-by: Simon Glass <sjg@chromium.org>
test/overlay/cmd_ut_overlay.c