mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-02 17:41:08 +00:00
1d4c83c248
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>
20 lines
215 B
Text
20 lines
215 B
Text
#
|
|
# Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
config QEMU
|
|
bool
|
|
|
|
if QEMU
|
|
|
|
config SYS_CAR_ADDR
|
|
hex
|
|
default 0xd0000
|
|
|
|
config SYS_CAR_SIZE
|
|
hex
|
|
default 0x10000
|
|
|
|
endif
|