diff options
author | Furquan Shaikh <furquan@chromium.org> | 2017-05-22 14:32:30 -0700 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2017-05-24 04:43:23 +0200 |
commit | 53bbf87a4c145d6394935f315b06ffc81c939b47 (patch) | |
tree | 1b84cee23366fa73efc6bb5186caff056f679d9f /src/soc/marvell/armada38x/cbmem.c | |
parent | 12eca76469670d444897e67368a0d0a70787ad52 (diff) |
soc/marvell/armada38x: Remove unused SoC armada38x
No mainboard is actually using this SoC. Remove the code for this SoC
for now.
BUG=b:38430839
Change-Id: Ia35986dffda8bbd76305ef5abab6ae81cc154b0f
Signed-off-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-on: https://review.coreboot.org/19824
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/marvell/armada38x/cbmem.c')
-rw-r--r-- | src/soc/marvell/armada38x/cbmem.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/soc/marvell/armada38x/cbmem.c b/src/soc/marvell/armada38x/cbmem.c deleted file mode 100644 index 94719b8ca0..0000000000 --- a/src/soc/marvell/armada38x/cbmem.c +++ /dev/null @@ -1,22 +0,0 @@ -/* - * This file is part of the coreboot project. - * - * Copyright 2015 Google Inc. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ - -#include <cbmem.h> -#include <soc/soc_services.h> - -void *cbmem_top(void) -{ - return (void *)_memlayout_cbmem_top; -} |