diff options
| author | Tom Rini <trini@ti.com> | 2014-01-16 13:50:16 -0500 |
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2014-01-16 13:50:16 -0500 |
| commit | 4913fc23f0b19a82e2e9cc56f7ee0087839855c4 (patch) | |
| tree | b3229e94d952021236a6ec29e6bfe1d6fd050dee /board/renesas/lager/lager.c | |
| parent | b5c068f3f8be5c2f73fc6699885aec0d342099bb (diff) | |
| parent | c71b4dd2da0dcddabd7c29e6c3dc8a495d4bd928 (diff) | |
| download | olio-uboot-2014.01-4913fc23f0b19a82e2e9cc56f7ee0087839855c4.tar.xz olio-uboot-2014.01-4913fc23f0b19a82e2e9cc56f7ee0087839855c4.zip | |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'board/renesas/lager/lager.c')
| -rw-r--r-- | board/renesas/lager/lager.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/board/renesas/lager/lager.c b/board/renesas/lager/lager.c index cdd5b3213..ad5289a23 100644 --- a/board/renesas/lager/lager.c +++ b/board/renesas/lager/lager.c @@ -254,6 +254,12 @@ int board_early_init_f(void) return 0; } +void arch_preboot_os(void) +{ + /* Disable TMU0 */ + mstp_setbits_le32(MSTPSR1, SMSTPCR1, TMU0_MSTP125); +} + DECLARE_GLOBAL_DATA_PTR; int board_init(void) { |