Haavard Skinnemoen | 5f97f7f | 2006-09-25 23:32:13 -0700 | [diff] [blame] | 1 | /* |
| 2 | * ATSTK1000 board-specific setup code. |
| 3 | * |
| 4 | * Copyright (C) 2005-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/bootmem.h> |
| 11 | #include <linux/init.h> |
| 12 | #include <linux/types.h> |
| 13 | #include <linux/linkage.h> |
| 14 | |
| 15 | #include <asm/setup.h> |
| 16 | |
| 17 | #include <asm/arch/board.h> |
| 18 | |
| 19 | /* Initialized by bootloader-specific startup code. */ |
| 20 | struct tag *bootloader_tags __initdata; |