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/koelsch/koelsch.c | |
parent | b5c068f3f8be5c2f73fc6699885aec0d342099bb (diff) | |
parent | c71b4dd2da0dcddabd7c29e6c3dc8a495d4bd928 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'board/renesas/koelsch/koelsch.c')
-rw-r--r-- | board/renesas/koelsch/koelsch.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/board/renesas/koelsch/koelsch.c b/board/renesas/koelsch/koelsch.c index 89f5c91c63..32d3b584bc 100644 --- a/board/renesas/koelsch/koelsch.c +++ b/board/renesas/koelsch/koelsch.c @@ -253,6 +253,12 @@ int board_early_init_f(void) return 0; } +void arch_preboot_os(void) +{ + /* Disable TMU0 */ + mstp_setbits_le32(MSTPSR1, SMSTPCR1, TMU0_MSTP125); +} + /* LSI pin pull-up control */ #define PUPR5 0xe6060114 #define PUPR5_ETH 0x3FFC0000 |