1 // SPDX-License-Identifier: GPL-2.0+
12 #include <asm/processor.h>
25 int cleanup_before_linux (void)
31 int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
38 int cpu_eth_init(bd_t *bis)
40 #ifdef CONFIG_SH_ETHER
41 sh_eth_initialize(bis);