blob: 213aab0aab942bc4d1a8b5856ada5ee50c4f01f8 [file] [log] [blame]
# Copyright (c) 2021 Katsuhiro Suzuki
# SPDX-License-Identifier: Apache-2.0
if BOARD_HIFIVE_UNLEASHED
config BOARD
default "hifive_unleashed"
config SYS_CLOCK_TICKS_PER_SEC
default 1000
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 1000000
endif