From c0c31b6d1a91d8e69bce847a21884944dc679587 Mon Sep 17 00:00:00 2001 From: Jonathan Neuschäfer Date: Mon, 20 Nov 2017 00:57:32 +0100 Subject: riscv: Remove config string support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The code dealing with the old config string isn't needed anymore, because the config string has been deprecated in favor of OpenFirmware-derived devicetrees. Change-Id: I71398fb4861dbaf7eefc6e6f222bb7159798fafa Signed-off-by: Jonathan Neuschäfer Reviewed-on: https://review.coreboot.org/22594 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/soc/ucb/riscv/cbmem.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc/ucb/riscv/cbmem.c') diff --git a/src/soc/ucb/riscv/cbmem.c b/src/soc/ucb/riscv/cbmem.c index f8f4098d75..2ee400ab8b 100644 --- a/src/soc/ucb/riscv/cbmem.c +++ b/src/soc/ucb/riscv/cbmem.c @@ -12,7 +12,6 @@ */ #include -#include void *cbmem_top(void) { -- cgit v1.2.3