commit | 706708d3b2e7ade443836e7a14802a5a63b59713 | [log] [tgz] |
---|---|---|
author | Pantelis Antoniou <pantelis.antoniou@konsulko.com> | Mon Sep 04 23:12:22 2017 +0300 |
committer | Simon Glass <sjg@chromium.org> | Fri Sep 15 05:27:49 2017 -0600 |
tree | df0a04860542d90f40fe94e5f95053219917362f | |
parent | 1e9c4393fd0bc70b53d8159591043732acfb2bf3 [diff] |
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>