blob: 7d48e9a46bd46482cd4cae4bf2500cf84295222b [file] [log] [blame]
Wolfgang Denk83c15852006-10-24 14:21:16 +02001/*
2 * Copyright (C) 2004-2006 Atmel Corporation
3 *
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02004 * SPDX-License-Identifier: GPL-2.0+
Wolfgang Denk83c15852006-10-24 14:21:16 +02005 */
6#ifndef __ASM_U_BOOT_H__
7#define __ASM_U_BOOT_H__ 1
8
Andreas Bießmannc1d09172015-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ßmannc1d09172015-02-06 23:06:48 +010011
Mike Frysinger5da0bed2011-10-03 14:50:33 +000012/* For image.h:image_check_target_arch() */
13#define IH_ARCH_DEFAULT IH_ARCH_AVR32
14
Andreas Bießmann465c0dd2015-02-06 23:06:40 +010015int arch_cpu_init(void);
Andreas Bießmann662a4f22015-02-06 23:06:43 +010016int dram_init(void);
Andreas Bießmann465c0dd2015-02-06 23:06:40 +010017
Wolfgang Denk83c15852006-10-24 14:21:16 +020018#endif /* __ASM_U_BOOT_H__ */