1 // SPDX-License-Identifier: GPL-2.0+
12 #include <asm/processor.h>
13 #include <asm/system.h>
17 /* Address error with SR.BL=1 first. */
18 trigger_address_error();
35 int cleanup_before_linux (void)
41 int do_reset(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
48 int cpu_eth_init(struct bd_info *bis)
50 #ifdef CONFIG_SH_ETHER
51 sh_eth_initialize(bis);