commit | 9b32b57a4fadedc30e9e2381b0645cd50ad531e4 | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Fri Aug 25 13:22:00 2017 +0200 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Tue Sep 05 11:04:35 2017 +0200 |
tree | 05346983cb4ea3e1b8bc1e0d21fae415cd0c4557 | |
parent | e9eb66ce33f90cfc6502b9f80ad1fc4aa9d7cec9 [diff] |
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>