mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-26 05:39:38 +00:00
ARM: rmobile: alt: Remove CLK2MHZ macro
The CLK2MHZ macro is unused, remove it. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
308b1307c8
commit
078cbb8d95
@ -28,7 +28,6 @@
|
||||
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
||||
#define CLK2MHZ(clk) (clk / 1000 / 1000)
|
||||
void s_init(void)
|
||||
{
|
||||
struct rcar_rwdt *rwdt = (struct rcar_rwdt *)RWDT_BASE;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user