diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-11-20 19:55:27 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-11-29 09:09:19 +0000 |
commit | f0664cfc7b305aed1726dc30d0940d5d7339e2c2 (patch) | |
tree | 9c80306153e04e27563f03693e4d20c2e1b96847 /src/include | |
parent | 1a71163675b7f0f06dcb6a95b2f411ac5cac3381 (diff) |
lib/spd_bin.c: Drop CAR_GLOBAL_MIGRATION support
Change-Id: I1c307e1d5532929de6d876ce9215515ab1cf4652
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37031
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/spd_bin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/spd_bin.h b/src/include/spd_bin.h index 3de60a95ce..f144b1461c 100644 --- a/src/include/spd_bin.h +++ b/src/include/spd_bin.h @@ -16,7 +16,6 @@ #ifndef SPD_BIN_H #define SPD_BIN_H -#include <arch/early_variables.h> #include <stdint.h> #include <commonlib/region.h> |