]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/cpu/arm720t/cpu.c
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / arch / arm / cpu / arm720t / cpu.c
CommitLineData
a8f88918
WD
1/*
2 * (C) Copyright 2002
3 * Sysgo Real-Time Solutions, GmbH <www.elinos.com>
4 * Marius Groeger <mgroeger@sysgo.de>
5 *
6 * (C) Copyright 2002
7 * Sysgo Real-Time Solutions, GmbH <www.elinos.com>
8 * Alex Zuepke <azu@sysgo.de>
9 *
1a459660 10 * SPDX-License-Identifier: GPL-2.0+
a8f88918
WD
11 */
12
13/*
a63dd62b
MV
14 * cleanup_before_linux() - Prepare the CPU to jump to Linux
15 *
16 * This function is called just before we call Linux, it
17 * prepares the processor for linux
a8f88918 18 */
a63dd62b 19int cleanup_before_linux(void)
a8f88918 20{
a8f88918
WD
21 return 0;
22}