blob: 745fccdfb8e4f4b20626052d9946ed3d2a36d7dd [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/*
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 *
10 * SPDX-License-Identifier: GPL-2.0+
11 */
12
13/*
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
18 */
19int cleanup_before_linux(void)
20{
21 return 0;
22}