commit | 41f09bbe594aac18fea208423494729d52b85eee | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 23 18:58:55 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Nov 21 04:43:18 2014 +0100 |
tree | b050e376223faf02e4b719fc8f16d264c7ea9422 | |
parent | c654b5172a65faba2b541ee1fda1738534d47241 [diff] |
fdt: Change fdt_pack_reg() to static and fix types This function is only called within this file so make it static. Also fix its argument types to be consistent with its caller. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de> Reviewed-by: Tom Rini <trini@ti.com>