Deleted Added
sdiff udiff text old ( 11258:9214b39401aa ) new ( 12271:fcd15e59fcd5 )
full compact
1/*
2 * boot.S - simple register setup code for stand-alone Linux booting
3 *
4 * Copyright (C) 2012 ARM Limited. All rights reserved.
5 *
6 * Use of this source code is governed by a BSD-style license that can be
7 * found in the LICENSE.txt file.
8 */
9
10 .text
11
12 .globl _start
13_start:
14 /*
15 * EL3 initialisation

--- 118 unchanged lines hidden ---