]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fdt: Change fdt_pack_reg() to static and fix types
authorSimon Glass <sjg@chromium.org>
Fri, 24 Oct 2014 00:58:55 +0000 (18:58 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 21 Nov 2014 03:43:18 +0000 (04:43 +0100)
commit41f09bbe594aac18fea208423494729d52b85eee
treeb050e376223faf02e4b719fc8f16d264c7ea9422
parentc654b5172a65faba2b541ee1fda1738534d47241
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>
common/fdt_support.c