Searched hist:"5798 d503fcae62fe1b82bef12adbce25cc2c1c0c" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/timer/ |
| H A D | rockchip_timer.c | 5798d503fcae62fe1b82bef12adbce25cc2c1c0c Fri Aug 25 11:22:00 UTC 2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com> 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>
|