
Hi Simon,
On Wed, Jul 28, 2021 at 12:00 PM Bin Meng bmeng.cn@gmail.com wrote:
Currently there are two places to specify the x86 TSC timer frequency with one in Kconfig used for early timer and the other one in device tree used when the frequency cannot be determined from hardware.
This may potentially create an inconsistent config where the 2 values do not match. Let's use the one specified in Kconfig in the device tree as well.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
arch/x86/cpu/quark/Kconfig | 4 ++-- arch/x86/dts/galileo.dts | 2 +- drivers/timer/Kconfig | 8 ++++---- drivers/timer/tsc_timer.c | 5 +++-- 4 files changed, 10 insertions(+), 9 deletions(-)
Looks you reviewed the 2nd patch but not this one.
And there are other 2 patches related to x86 rom build. Could you please take a look?
Regards, Bin