blob: 7d48e9a46bd46482cd4cae4bf2500cf84295222b [file] [log] [blame]
Wolfgang Denk7b64fef2006-10-24 14:21:16 +02001/*
2 * Copyright (C) 2004-2006 Atmel Corporation
3 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02004 * SPDX-License-Identifier: GPL-2.0+
Wolfgang Denk7b64fef2006-10-24 14:21:16 +02005 */
6#ifndef __ASM_U_BOOT_H__
7#define __ASM_U_BOOT_H__ 1
8
Andreas Bießmanna752a8b2015-02-06 23:06:48 +01009/* Use the generic board which requires a unified bd_info */
10#include <asm-generic/u-boot.h>
Andreas Bießmanna752a8b2015-02-06 23:06:48 +010011
Mike Frysinger476af292011-10-03 14:50:33 +000012/* For image.h:image_check_target_arch() */
13#define IH_ARCH_DEFAULT IH_ARCH_AVR32
14
Andreas Bießmannaa0ea2a2015-02-06 23:06:40 +010015int arch_cpu_init(void);
Andreas Bießmann18667862015-02-06 23:06:43 +010016int dram_init(void);
Andreas Bießmannaa0ea2a2015-02-06 23:06:40 +010017
Wolfgang Denk7b64fef2006-10-24 14:21:16 +020018#endif /* __ASM_U_BOOT_H__ */