commonlib: move DIV_ROUND macros from nvidia/tegra
commit29fc9bb855cb878aee263cd1fe110e3bb3e98c80
authorArthur Heymans <arthur@aheymans.xyz>
Fri, 2 Sep 2016 21:14:54 +0000 (2 23:14 +0200)
committerMartin Roth <martinroth@google.com>
Wed, 7 Sep 2016 18:52:42 +0000 (7 20:52 +0200)
treeed7851f88b58378aa54afa56e755375da3684647
parent614ffc60cfd667dae63492d14af2abd50ce91b3e
commonlib: move DIV_ROUND macros from nvidia/tegra

DIV_ROUND_CLOSEST and DIV_ROUND_UP are useful macros for other
architectures. This patch moves them from soc/nvidia/tegra/types.h
to commonlib/include/commonlib/helpers.h .

Change-Id: I54521d9b197934cef8e352f9a5c4823015d85f01
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/16415
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
src/commonlib/include/commonlib/helpers.h
src/soc/nvidia/tegra/types.h
src/soc/nvidia/tegra210/addressmap.c
src/soc/nvidia/tegra210/dsi.c