Merge tag 'u-boot-atmel-fixes-2020.07-a' of https://gitlab.denx.de/u-boot/custodians...
[oweals/u-boot.git] / arch / arm / include / asm / iproc-common / configs.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2014 Broadcom Corporation.
4  */
5
6 #ifndef __IPROC_COMMON_CONFIGS_H
7 #define __IPROC_COMMON_CONFIGS_H
8
9 #include <linux/stringify.h>
10
11 /* Architecture, CPU, chip, etc */
12 #define CONFIG_IPROC
13
14 /* Memory Info */
15 #define CONFIG_SYS_SDRAM_BASE           0x61000000
16
17 #endif /* __IPROC_COMMON_CONFIGS_H */