diff options
Diffstat (limited to 'board/renesas/koelsch')
-rw-r--r-- | board/renesas/koelsch/Makefile | 2 | ||||
-rw-r--r-- | board/renesas/koelsch/koelsch.c | 6 |
2 files changed, 1 insertions, 7 deletions
diff --git a/board/renesas/koelsch/Makefile b/board/renesas/koelsch/Makefile index b4d0183b3b..c10bba5682 100644 --- a/board/renesas/koelsch/Makefile +++ b/board/renesas/koelsch/Makefile @@ -6,4 +6,4 @@ # SPDX-License-Identifier: GPL-2.0 # -obj-y := koelsch.o qos.o +obj-y := koelsch.o qos.o ../rcar-gen2-common/common.o diff --git a/board/renesas/koelsch/koelsch.c b/board/renesas/koelsch/koelsch.c index 5ebbfcf14e..10fa571d07 100644 --- a/board/renesas/koelsch/koelsch.c +++ b/board/renesas/koelsch/koelsch.c @@ -61,12 +61,6 @@ 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 |