blob: 59eae6dfbed2b5f1167864bf6311b0b231da9a10 [file] [log] [blame]
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -07001/*
2 * Non-board-specific low-level startup code
3 *
4 * Copyright (C) 2004-2006 Atmel Corporation
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
10#include <linux/linkage.h>
11
12#include <asm/page.h>
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -070013
14 .section .init.text,"ax"
15 .global kernel_entry
16kernel_entry:
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -070017 /* Start the show */
18 lddpc pc, kernel_start_addr
19
20 .align 2
Haavard Skinnemoen5f97f7f2006-09-25 23:32:13 -070021kernel_start_addr:
22 .long start_kernel