summaryrefslogtreecommitdiff
path: root/board/renesas/porter/porter.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-04-13 09:23:53 -0400
committerTom Rini <trini@konsulko.com>2018-04-13 09:23:53 -0400
commit93cb6142c1d349492d23bad3951b5a8f59eaafed (patch)
tree6a437a1ff721e8ed7a88b3a8f0d3144ec0806e52 /board/renesas/porter/porter.c
parentc8a0126f881007fe2aef1db854a78eac25c174fa (diff)
parent97ed677831e45b789fc19bd807273ff34486efb8 (diff)
Merge git://git.denx.de/u-boot-sh
Diffstat (limited to 'board/renesas/porter/porter.c')
-rw-r--r--board/renesas/porter/porter.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/board/renesas/porter/porter.c b/board/renesas/porter/porter.c
index 320841f27b..acd4f91d59 100644
--- a/board/renesas/porter/porter.c
+++ b/board/renesas/porter/porter.c
@@ -136,25 +136,3 @@ void reset_cpu(ulong addr)
if (ret)
hang();
}
-
-#ifdef CONFIG_SPL_BUILD
-#include <spl.h>
-void board_init_f(ulong dummy)
-{
- board_early_init_f();
-}
-
-void spl_board_init(void)
-{
- /* UART clocks enabled and gd valid - init serial console */
- preloader_console_init();
-}
-
-void board_boot_order(u32 *spl_boot_list)
-{
- /* Boot from SPI NOR with YMODEM UART fallback. */
- spl_boot_list[0] = BOOT_DEVICE_SPI;
- spl_boot_list[1] = BOOT_DEVICE_UART;
- spl_boot_list[2] = BOOT_DEVICE_NONE;
-}
-#endif