]> git.sur5r.net Git - u-boot/commit
rockchip: timer: fix U_BOOT_DRIVER name
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Fri, 25 Aug 2017 11:22:00 +0000 (13:22 +0200)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tue, 5 Sep 2017 09:04:35 +0000 (11:04 +0200)
commit5798d503fcae62fe1b82bef12adbce25cc2c1c0c
tree05346983cb4ea3e1b8bc1e0d21fae415cd0c4557
parent40d4f79b819588751a07a01c40bab5173f4e5a73
rockchip: timer: fix U_BOOT_DRIVER name

When I originally added this driver, I did some careless (and in
retrospect: mindless) copy & paste for the U_BOOT_DRIVER structure
skeletion... unfortunately, the 'arc_timer' string was committed
and slipped through all reviews.

This fixes the U_BOOT_DRIVER name to read 'rockchip_rk3368_timer'
(as originally intended).

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reported-by: Artturi Alm <artturi.alm@gmail.com>
drivers/timer/rockchip_timer.c