]> Git Repo - u-boot.git/blame - cpu/ppc4xx/resetvec.S
* Implement new mechanism to export U-Boot's functions to standalone
[u-boot.git] / cpu / ppc4xx / resetvec.S
CommitLineData
fe8c2806 1/* Copyright MontaVista Software Incorporated, 2000 */
f3e0de60 2#include <config.h>
fe8c2806
WD
3 .section .resetvec,"ax"
4#if defined(CONFIG_440)
5 b _start_440
f3e0de60
WD
6#else
7#if defined(CONFIG_BOOT_PCI) && defined(CONFIG_MIP405)
8 b _start_pci
fe8c2806
WD
9#else
10 b _start
11#endif
f3e0de60 12#endif
This page took 0.032298 seconds and 4 git commands to generate.