From 77954fc86e0236d90a8b171200b77198baa362ec Mon Sep 17 00:00:00 2001 From: Nathaniel Graff Date: Thu, 14 Mar 2019 13:36:25 -0700 Subject: Create TARGET_TAGS Signed-off-by: Nathaniel Graff --- bsp/sifive-hifive1-revb/settings.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bsp/sifive-hifive1-revb') diff --git a/bsp/sifive-hifive1-revb/settings.mk b/bsp/sifive-hifive1-revb/settings.mk index 61e2b02..d0c3628 100644 --- a/bsp/sifive-hifive1-revb/settings.mk +++ b/bsp/sifive-hifive1-revb/settings.mk @@ -2,3 +2,5 @@ RISCV_ARCH = rv32imac RISCV_ABI = ilp32 RISCV_CMODEL = medlow SEGGER_JLINK_OB = 1 + +TARGET_TAGS=board jlink -- cgit v1.2.1-18-gbd029 From 72efc798890672897fd54332d29afb0956a1c73e Mon Sep 17 00:00:00 2001 From: Nathaniel Graff Date: Thu, 14 Mar 2019 13:42:04 -0700 Subject: Fix typos and formatting in settings.mk Signed-off-by: Nathaniel Graff --- bsp/sifive-hifive1-revb/settings.mk | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'bsp/sifive-hifive1-revb') diff --git a/bsp/sifive-hifive1-revb/settings.mk b/bsp/sifive-hifive1-revb/settings.mk index d0c3628..fc5f172 100644 --- a/bsp/sifive-hifive1-revb/settings.mk +++ b/bsp/sifive-hifive1-revb/settings.mk @@ -1,6 +1,7 @@ -RISCV_ARCH = rv32imac -RISCV_ABI = ilp32 -RISCV_CMODEL = medlow -SEGGER_JLINK_OB = 1 +RISCV_ARCH=rv32imac +RISCV_ABI=ilp32 +RISCV_CMODEL=medlow + +SEGGER_JLINK_OB=1 TARGET_TAGS=board jlink -- cgit v1.2.1-18-gbd029 From 6f9be963e3d31c4daed248b875e8169c15f7d64c Mon Sep 17 00:00:00 2001 From: Nathaniel Graff Date: Thu, 14 Mar 2019 14:07:59 -0700 Subject: Remove SEGGER_JLINK_OB from settings.mk Signed-off-by: Nathaniel Graff --- bsp/sifive-hifive1-revb/settings.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'bsp/sifive-hifive1-revb') diff --git a/bsp/sifive-hifive1-revb/settings.mk b/bsp/sifive-hifive1-revb/settings.mk index fc5f172..4c1f33e 100644 --- a/bsp/sifive-hifive1-revb/settings.mk +++ b/bsp/sifive-hifive1-revb/settings.mk @@ -2,6 +2,4 @@ RISCV_ARCH=rv32imac RISCV_ABI=ilp32 RISCV_CMODEL=medlow -SEGGER_JLINK_OB=1 - TARGET_TAGS=board jlink -- cgit v1.2.1-18-gbd029