diff options
author | Patrick Georgi <pgeorgi@google.com> | 2016-11-02 11:36:07 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2016-12-03 00:17:00 +0100 |
commit | e6407161f3c853f24afbb0ab82e327f0396f57ac (patch) | |
tree | bb90083ec61855412b51a6411c02e87679ac395c /src/soc/rockchip/rk3399/include | |
parent | b1feb5189b2e8955a9b945e6dfc8e92eb044b66c (diff) | |
download | coreboot-e6407161f3c853f24afbb0ab82e327f0396f57ac.tar.xz |
rockchip/rk3399: Fix typo
TRAINING, not TARINING.
BUG=none
BRANCH=none
TEST=still builds
Change-Id: I8b7ffd0f0544a58865865a8b09d9c153db9c2674
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: b1ea846ce1ffd654d7d34c2a1d43b0fddbd4ae32
Original-Change-Id: I4940279ed7217cc20fe29c8b3603d1853acbfc5e
Original-Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Original-Reviewed-on: https://chromium-review.googlesource.com/411801
Original-Commit-Ready: Patrick Georgi <pgeorgi@chromium.org>
Original-Tested-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Reviewed-by: Martin Roth <martinroth@chromium.org>
Reviewed-on: https://review.coreboot.org/17677
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/soc/rockchip/rk3399/include')
-rw-r--r-- | src/soc/rockchip/rk3399/include/soc/sdram.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/rockchip/rk3399/include/soc/sdram.h b/src/soc/rockchip/rk3399/include/soc/sdram.h index bf99b35f36..6fdb7076e5 100644 --- a/src/soc/rockchip/rk3399/include/soc/sdram.h +++ b/src/soc/rockchip/rk3399/include/soc/sdram.h @@ -190,7 +190,7 @@ struct rk3399_sdram_params { #define PI_READ_GATE_TRAINING (1 << 2) #define PI_READ_LEVELING (1 << 3) #define PI_WDQ_LEVELING (1 << 4) -#define PI_FULL_TARINING (0xff) +#define PI_FULL_TRAINING (0xff) void sdram_init(const struct rk3399_sdram_params *sdram_params); u32 sdram_get_ram_code(void); |