blob: 745fccdfb8e4f4b20626052d9946ed3d2a36d7dd [file] [log] [blame]
wdenka8f88912002-09-08 20:20:45 +00001/*
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 *
Wolfgang Denk1a459662013-07-08 09:37:19 +020010 * SPDX-License-Identifier: GPL-2.0+
wdenka8f88912002-09-08 20:20:45 +000011 */
12
13/*
Marek Vasuta63dd622012-10-03 08:54:12 +000014 * 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
wdenka8f88912002-09-08 20:20:45 +000018 */
Marek Vasuta63dd622012-10-03 08:54:12 +000019int cleanup_before_linux(void)
wdenk39539882004-07-01 16:30:44 +000020{
wdenk39539882004-07-01 16:30:44 +000021 return 0;
22}