diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-10-27 16:40:25 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2019-03-29 20:00:20 +0000 |
commit | eb789f0b79aa99e214ccefc04f9f78b550f52f32 (patch) | |
tree | 59f72703d67577e4aaf76e276ddd442b583cbc14 /src/soc/intel/fsp_baytrail | |
parent | 28fa33ccbce042d09daf64efa2097b67570ad4af (diff) | |
download | coreboot-eb789f0b79aa99e214ccefc04f9f78b550f52f32.tar.xz |
src: Use include <reset.h> when appropriate
Change-Id: I3b852cae4ef84d257bf1e5486447583bdd16b441
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/29301
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/soc/intel/fsp_baytrail')
-rw-r--r-- | src/soc/intel/fsp_baytrail/bootblock/bootblock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/fsp_baytrail/bootblock/bootblock.c b/src/soc/intel/fsp_baytrail/bootblock/bootblock.c index b471e5cf08..5351a0162f 100644 --- a/src/soc/intel/fsp_baytrail/bootblock/bootblock.c +++ b/src/soc/intel/fsp_baytrail/bootblock/bootblock.c @@ -27,7 +27,6 @@ #include <soc/iomap.h> #include <soc/lpc.h> #include <soc/gpio.h> -#include <reset.h> /* * check for a warm reset and do a hard reset instead. |