mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
e390bd5ed0
Switch to generic timer implementation from lib/time.c . This also fixes a signed overflow which was in __udelay() implementation. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Stephen Warren <swarren@wwwdotorg.org> Cc: Tyler Baker <tyler.baker@linaro.org> Acked-by: Stephen Warren <swarren@wwwdotorg.org>
8 lines
164 B
Makefile
8 lines
164 B
Makefile
#
|
|
# (C) Copyright 2012 Stephen Warren
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
|
|
obj-$(CONFIG_TARGET_RPI) += lowlevel_init.o
|
|
obj-y += init.o reset.o mbox.o phys2bus.o
|