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>
This commit is contained in:
Anup Patel
2020-02-13 17:02:41 +05:30
committed by Anup Patel
parent c2f23cc6ed
commit a062200b89
2 changed files with 0 additions and 10 deletions

View File

@@ -9,11 +9,6 @@
PLATFORM_RISCV_XLEN = 64 PLATFORM_RISCV_XLEN = 64
# Common drivers to enable
PLATFORM_SERIAL_UART8250=y
PLATFORM_IRQCHIP_PLIC=y
PLATFORM_SYS_CLINT=y
# Blobs to build # Blobs to build
FW_TEXT_START=0x80000000 FW_TEXT_START=0x80000000
FW_JUMP=n FW_JUMP=n

View File

@@ -17,11 +17,6 @@ platform-ldflags-y =
platform-runcmd = qemu-system-riscv$(PLATFORM_RISCV_XLEN) -M virt -m 256M \ platform-runcmd = qemu-system-riscv$(PLATFORM_RISCV_XLEN) -M virt -m 256M \
-nographic -kernel $(build_dir)/platform/qemu/virt/firmware/fw_payload.elf -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 # Blobs to build
FW_TEXT_START=0x80000000 FW_TEXT_START=0x80000000
FW_DYNAMIC=y FW_DYNAMIC=y