diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-03-06 13:06:54 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-03-07 17:17:12 +0000 |
commit | 2d4e836f119e2b7c953e11a941690058e9f33095 (patch) | |
tree | 9f638f22eb8d4f231375d91cdecc4b283e62c63b /src/soc/rockchip | |
parent | ae546422edf73d47b60a0d3caa88c48024d2e8a9 (diff) |
src: Drop unused include <timestamp.h>
Change-Id: I7e181111cd1b837382929071a350b94c3afc1aaa
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31784
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/soc/rockchip')
-rw-r--r-- | src/soc/rockchip/rk3288/bootblock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/rockchip/rk3288/bootblock.c b/src/soc/rockchip/rk3288/bootblock.c index 941d8a7650..8988804931 100644 --- a/src/soc/rockchip/rk3288/bootblock.c +++ b/src/soc/rockchip/rk3288/bootblock.c @@ -20,7 +20,6 @@ #include <soc/grf.h> #include <soc/timer.h> #include <symbols.h> -#include <timestamp.h> void bootblock_soc_init(void) { |