diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-09-29 13:15:38 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-01-20 15:25:15 +0000 |
commit | e0469b6dedc5ede7461ae1b19588d5e7990a3262 (patch) | |
tree | dcf952069db7ed83b395e9e20833233fcb505bfc /src/soc/amd/picasso | |
parent | 2fc597674039e53c3396ff82f3f26e9d2d2e656f (diff) |
soc/amd/picasso/mrc_cache.c: Remove unused <bootstate.h>
Change-Id: Ied235972d24276d7c88a2f50f192d69d24ae6e05
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45816
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/soc/amd/picasso')
-rw-r--r-- | src/soc/amd/picasso/mrc_cache.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/mrc_cache.c b/src/soc/amd/picasso/mrc_cache.c index ad0d964947..24d86e01ac 100644 --- a/src/soc/amd/picasso/mrc_cache.c +++ b/src/soc/amd/picasso/mrc_cache.c @@ -3,7 +3,6 @@ #include <acpi/acpi.h> #include <assert.h> #include <boot_device.h> -#include <bootstate.h> #include <commonlib/region.h> #include <console/console.h> #include <fmap.h> |