diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-03-12 10:25:59 +0100 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-03-13 04:36:51 +0000 |
commit | e5869f8ae058fce9baf95d05621f29192402439f (patch) | |
tree | 912e3cc70cd317ee74ba86709e778bb86a625156 | |
parent | e183429bd2bbfa8e75480bfc4ec37b20afa04f2f (diff) |
sb/amd/cimx/sb800/early.c: Drop unused 'include <cbmem.h>
Change-Id: I0e641197119588ccf090dad2950282f54ccbd208
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31857
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/southbridge/amd/cimx/sb800/early.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/amd/cimx/sb800/early.c b/src/southbridge/amd/cimx/sb800/early.c index 5b19b5a1c8..7d93c81dd8 100644 --- a/src/southbridge/amd/cimx/sb800/early.c +++ b/src/southbridge/amd/cimx/sb800/early.c @@ -18,7 +18,6 @@ #include "SBPLATFORM.h" #include "sb_cimx.h" #include "cfg.h" /*sb800_cimx_config*/ -#include "cbmem.h" /** * @brief South Bridge CIMx romstage entry, |