summaryrefslogtreecommitdiff
path: root/board/shmin/lowlevel_init.S
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2019-05-07 22:02:39 +0200
committerMarek Vasut <marex@denx.de>2019-05-10 22:43:18 +0200
commit89a6b74636e4295ef4bc9c3af3caed82d2d54e84 (patch)
tree842b695c04f392bf8d21a78370fb24dfc35dc0e6 /board/shmin/lowlevel_init.S
parentd7d7e84856e8be9d0e7089b1c0daacbe796433bb (diff)
sh: shmin: Remove the board
Last change to this board was done in 2016, has no prospects of ever being converted to DM, drop it. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Chris Brandt <chris.brandt@renesas.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Cc: Vladimir Zapolskiy <vz@mleia.com> Cc: Yoshihiro Shimoda <shimoda.yoshihiro.uh@renesas.com>
Diffstat (limited to 'board/shmin/lowlevel_init.S')
-rw-r--r--board/shmin/lowlevel_init.S21
1 files changed, 0 insertions, 21 deletions
diff --git a/board/shmin/lowlevel_init.S b/board/shmin/lowlevel_init.S
deleted file mode 100644
index e4b6ae0b13..0000000000
--- a/board/shmin/lowlevel_init.S
+++ /dev/null
@@ -1,21 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * (C) Copyright 2008, 2010 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
- */
-
-#include <config.h>
-
-#include <asm/processor.h>
-#include <asm/macro.h>
-
-
- .global lowlevel_init
-
- .text
- .align 2
-
-lowlevel_init:
- /* Use setting of original bootloader */
- rts
- nop
- .align 2