mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-20 22:21:41 +00:00
Convert all x86 boards to use driver model tsc timer. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
6 lines
79 B
Text
6 lines
79 B
Text
/ {
|
|
tsc-timer {
|
|
compatible = "x86,tsc-timer";
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
};
|