From 7817c5e85cb6f9f6d5b98f6702fa4b7d1fb99e02 Mon Sep 17 00:00:00 2001 From: "Hsiang-Chia.Huang" Date: Wed, 22 May 2019 00:37:14 -0700 Subject: Setup default options for dhrystone release. --- bsp/sifive-hifive-unleashed/settings.mk | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bsp/sifive-hifive-unleashed') diff --git a/bsp/sifive-hifive-unleashed/settings.mk b/bsp/sifive-hifive-unleashed/settings.mk index 38a72d6..07f05fd 100644 --- a/bsp/sifive-hifive-unleashed/settings.mk +++ b/bsp/sifive-hifive-unleashed/settings.mk @@ -1,5 +1,12 @@ +# Copyright 2019 SiFive, Inc # +# SPDX-License-Identifier: Apache-2.0 # +# ----------------------------------- # +# [XXXXX] 22-05-2019 00-09-03 # +# ----------------------------------- # + RISCV_ARCH=rv64imac RISCV_ABI=lp64 RISCV_CMODEL=medany TARGET_TAGS=board openocd +TARGET_DHRY_ITERS=20000000 -- cgit v1.2.3