diff options
author | Philipp Tomsich | 2017-07-28 18:00:27 +0200 |
---|---|---|
committer | Philipp Tomsich | 2017-08-13 17:12:36 +0200 |
commit | fe1c3cd3af220bf2522db726564661e5553b6767 (patch) | |
tree | fd8456c8235deb2e64552b057d1650c6343fbfdf /board/theobroma-systems | |
parent | bc824cc03af5f4f39fed908e508527fcd2e867b9 (diff) |
rockchip: lion-rk3368: defconfig: enable DM timer for all stages
There is no reasonably robust way (this will be needed so early that
diagnostics will be limited) to specify the base-address of the secure
timer through the DTS for TPL and SPL. In order to allow us a cleaner
way to structure our SPL and TPL stage, we now move to a DM timer
driver.
Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/theobroma-systems')
-rw-r--r-- | board/theobroma-systems/lion_rk3368/fit_spl_atf.its | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/theobroma-systems/lion_rk3368/fit_spl_atf.its b/board/theobroma-systems/lion_rk3368/fit_spl_atf.its index e7d98b9f35e..405750f3517 100644 --- a/board/theobroma-systems/lion_rk3368/fit_spl_atf.its +++ b/board/theobroma-systems/lion_rk3368/fit_spl_atf.its @@ -45,7 +45,7 @@ description = "Theobroma Systems RK3368-uQ7 (Puma) SoM"; firmware = "uboot"; loadables = "atf"; - fdt = "fdt"; + fdt = "fdt"; }; }; }; |