summaryrefslogtreecommitdiffstats
path: root/board/amirix/ap1000/init.S
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2012-09-19 15:18:52 +0200
committerTom Rini <trini@ti.com>2012-10-15 11:53:59 -0700
commita821d08dca891272170d02efcb9ab023696d6486 (patch)
tree4419781910815e05b8760e9e85a331df5af799aa /board/amirix/ap1000/init.S
parentdee9c534db78d445e5a0b21b34e870afef960dd3 (diff)
downloadblackbird-obmc-uboot-a821d08dca891272170d02efcb9ab023696d6486.tar.gz
blackbird-obmc-uboot-a821d08dca891272170d02efcb9ab023696d6486.zip
ppc4xx: Remove AP1000 board support
As the board seems to be unmaintained for some time, lets remove the support in mainline completely. Signed-off-by: Stefan Roese <sr@denx.de> Cc: James MacAulay <james.macaulay@amirix.com> Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'board/amirix/ap1000/init.S')
-rw-r--r--board/amirix/ap1000/init.S30
1 files changed, 0 insertions, 30 deletions
diff --git a/board/amirix/ap1000/init.S b/board/amirix/ap1000/init.S
deleted file mode 100644
index eac7cd3c10..0000000000
--- a/board/amirix/ap1000/init.S
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * init.S: Stubs for ppcboot initialization
- *
- * Copyright 2002 Mind NV
- *
- * http://www.mind.be/
- *
- * Author : Peter De Schrijver (p2@mind.be)
- *
- * This software may be used and distributed according to the terms of
- * the GNU General Public License (GPL) version 2, incorporated herein by
- * reference. Drivers based on or derived from this code fall under the GPL
- * and must retain the authorship, copyright and this license notice. This
- * file is not a complete program and may only be used when the entire
- * program is licensed under the GPL.
- *
- */
-
-#include <asm/ppc4xx.h>
-
-#include <ppc_asm.tmpl>
-#include <ppc_defs.h>
-
-#include <asm/cache.h>
-#include <asm/mmu.h>
-
-
- .globl ext_bus_cntlr_init
-ext_bus_cntlr_init:
- blr
OpenPOWER on IntegriCloud