diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2022-01-12 21:14:27 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-04-22 21:41:30 +0000 |
commit | 0320518057c98ceb43bc5a4f278f1d65167303d8 (patch) | |
tree | f3d90ac64c3beb8dab94e556abeb383bdd5517b7 /src/mainboard/ti | |
parent | c5d94a075a89f58f33faf35642242f0e0283774c (diff) |
mainboard/ti: Remove unused <cbmem.h>
Change-Id: If0d9910db1d5626c2d49b85cb7a1ad54e935791b
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61053
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/ti')
-rw-r--r-- | src/mainboard/ti/beaglebone/sd_media.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/ti/beaglebone/sd_media.c b/src/mainboard/ti/beaglebone/sd_media.c index f6009be160..e104d5e9c1 100644 --- a/src/mainboard/ti/beaglebone/sd_media.c +++ b/src/mainboard/ti/beaglebone/sd_media.c @@ -5,7 +5,6 @@ #include <console/console.h> #include <assert.h> #include <commonlib/storage/sd_mmc.h> -#include <cbmem.h> #include <cbfs.h> #include <soc/ti/am335x/mmc.h> |