diff options
author | Anup Patel <anup.patel@wdc.com> | 2020-02-13 17:02:41 +0530 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2020-02-17 17:42:55 +0530 |
commit | a062200b893b6707a336750d6f914601606d13a7 (patch) | |
tree | 30b2e89050f94f9a798a2eb15bf321f82d6f0219 /platform | |
parent | c2f23cc6edd7ee2dc6a07991312d44233080ae6b (diff) |
platform: Remove stale options from config.mk files
This patch removes stale options from config.mk files of
Ariane FPGA and QEMU virt platform support.
Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
Diffstat (limited to 'platform')
-rw-r--r-- | platform/ariane-fpga/config.mk | 5 | ||||
-rw-r--r-- | platform/qemu/virt/config.mk | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/platform/ariane-fpga/config.mk b/platform/ariane-fpga/config.mk index ae6d3cd..f9f0c0d 100644 --- a/platform/ariane-fpga/config.mk +++ b/platform/ariane-fpga/config.mk @@ -9,11 +9,6 @@ PLATFORM_RISCV_XLEN = 64 -# Common drivers to enable -PLATFORM_SERIAL_UART8250=y -PLATFORM_IRQCHIP_PLIC=y -PLATFORM_SYS_CLINT=y - # Blobs to build FW_TEXT_START=0x80000000 FW_JUMP=n diff --git a/platform/qemu/virt/config.mk b/platform/qemu/virt/config.mk index 5cc9f0b..e9f5591 100644 --- a/platform/qemu/virt/config.mk +++ b/platform/qemu/virt/config.mk @@ -17,11 +17,6 @@ platform-ldflags-y = platform-runcmd = qemu-system-riscv$(PLATFORM_RISCV_XLEN) -M virt -m 256M \ -nographic -kernel $(build_dir)/platform/qemu/virt/firmware/fw_payload.elf -# Common drivers to enable -PLATFORM_IRQCHIP_PLIC=y -PLATFORM_SERIAL_UART8250=y -PLATFORM_SYS_CLINT=y - # Blobs to build FW_TEXT_START=0x80000000 FW_DYNAMIC=y |