From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Wed, 25 Apr 2018 12:04:35 +0200 Subject: [U-Boot] [U-Boot, 3/3] rockchip: rk3188: use DM timer instead of rk_timer In-Reply-To: <1524021226-18474-3-git-send-email-kever.yang@rock-chips.com> References: <1524021226-18474-3-git-send-email-kever.yang@rock-chips.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Disable rk_timer as SYS timer and use DM timer instead, > so that we can get a better timer framework, the rk_timer > is going to be clean after we conver to use DM timer or > ARM arch/generic timer. > > Signed-off-by: Kever Yang > --- > > arch/arm/mach-rockchip/Makefile | 2 ++ > arch/arm/mach-rockchip/rk3188-board-spl.c | 2 -- > configs/rock_defconfig | 3 +++ > include/configs/rk3188_common.h | 5 ----- > 4 files changed, 5 insertions(+), 7 deletions(-) > Acked-by: Philipp Tomsich