blob: 032640f67fe85e8f09179f7e41bbda6cecd6a922 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 | /*
 * Copyright (c) 2008 Nuovation System Designs, LLC
 *   Grant Erickson <gerickson@nuovations.com>
 *
 * (C) Copyright 2007-2008
 * Stefan Roese, DENX Software Engineering, sr@denx.de.
 *
 * Originally based on code provided from Senao and AMCC
 *
 * SPDX-License-Identifier:	GPL-2.0+ 
 */
	.globl  ext_bus_cntlr_init
ext_bus_cntlr_init:
	blr
 |