summaryrefslogtreecommitdiff
path: root/platform/sifive/fu540/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'platform/sifive/fu540/config.mk')
-rw-r--r--platform/sifive/fu540/config.mk9
1 files changed, 0 insertions, 9 deletions
diff --git a/platform/sifive/fu540/config.mk b/platform/sifive/fu540/config.mk
index fbb5db8..5905433 100644
--- a/platform/sifive/fu540/config.mk
+++ b/platform/sifive/fu540/config.mk
@@ -13,11 +13,6 @@ platform-cflags-y =
platform-asflags-y =
platform-ldflags-y =
-# Common drivers to enable
-PLATFORM_IRQCHIP_PLIC=y
-PLATFORM_SERIAL_SIFIVE_UART=y
-PLATFORM_SYS_CLINT=y
-
# Blobs to build
FW_TEXT_START=0x80000000
FW_DYNAMIC=y
@@ -27,7 +22,3 @@ FW_JUMP_FDT_ADDR=0x82200000
FW_PAYLOAD=y
FW_PAYLOAD_OFFSET=0x200000
FW_PAYLOAD_FDT_ADDR=0x82200000
-
-# External Libraries to include
-PLATFORM_INCLUDE_LIBFDT=y
-PLATFORM_INCLUDE_LIBC=y