diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-02-01 19:39:07 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-02-10 07:22:08 +0000 |
commit | f7a7e65aa44d5163e27819c5e2050abb93b68cd1 (patch) | |
tree | c6ff4e32c3e0b18b53037d1553cc4b6c2d81a5f0 /src/soc/samsung | |
parent | 80594b79f99bcb72a02685bccd6bd063070470f6 (diff) |
src: Remove unused <boot_device.h>
Change-Id: Idbb4d72e1ba620f71e8bf882d434c103cb422615
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50201
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/samsung')
-rw-r--r-- | src/soc/samsung/exynos5250/spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/samsung/exynos5250/spi.c b/src/soc/samsung/exynos5250/spi.c index 879d04a598..e630090852 100644 --- a/src/soc/samsung/exynos5250/spi.c +++ b/src/soc/samsung/exynos5250/spi.c @@ -2,7 +2,7 @@ #include <device/mmio.h> #include <assert.h> -#include <boot_device.h> +#include <commonlib/region.h> #include <console/console.h> #include <soc/clk.h> #include <soc/gpio.h> |