commit | 712326e73e3ebb7e0e0739b2ab056afcc78ca272 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Fri Nov 13 00:11:23 2015 -0800 |
committer | Simon Glass <sjg@chromium.org> | Tue Dec 01 06:26:35 2015 -0700 |
tree | b0c01d25b6c7698384ec84a2be6acb9779d391f0 | |
parent | 38de02014efb03513699c992ff9fbbe7ce6e3020 [diff] |
x86: tsc: Remove legacy timer codes Now that we have converted all x86 boards to use driver model timer, remove these legacy timer codes in the tsc driver. Note this also removes the TSC_CALIBRATION_BYPASS Kconfig option, as it is not needed with driver model. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>