summaryrefslogtreecommitdiffstats
path: root/src/soc/ucb
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2017-11-20 00:57:32 +0100
committerMartin Roth <martinroth@google.com>2017-12-02 05:25:00 +0000
commitc0c31b6d1a91d8e69bce847a21884944dc679587 (patch)
treedf097599c145e4e0b41028d7a6b203a67702daaf /src/soc/ucb
parent3ca8b598ed4ea16fd55d0d8108749c1da537a036 (diff)
downloadcoreboot-c0c31b6d1a91d8e69bce847a21884944dc679587.tar.gz
coreboot-c0c31b6d1a91d8e69bce847a21884944dc679587.tar.bz2
coreboot-c0c31b6d1a91d8e69bce847a21884944dc679587.zip
riscv: Remove config string support
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 <j.neuschaefer@gmx.net> Reviewed-on: https://review.coreboot.org/22594 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/soc/ucb')
-rw-r--r--src/soc/ucb/riscv/cbmem.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/ucb/riscv/cbmem.c b/src/soc/ucb/riscv/cbmem.c
index f8f4098d75f0..2ee400ab8bb2 100644
--- a/src/soc/ucb/riscv/cbmem.c
+++ b/src/soc/ucb/riscv/cbmem.c
@@ -12,7 +12,6 @@
*/
#include <cbmem.h>
-#include <commonlib/configstring.h>
void *cbmem_top(void)
{