]> git.ipfire.org Git - thirdparty/u-boot.git/blob - arch/arm/include/asm/iproc-common/configs.h
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/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 #define CONFIG_SYS_ARM_CACHE_WRITETHROUGH
14
15 /* Memory Info */
16 #define CONFIG_SYS_SDRAM_BASE 0x61000000
17
18 #endif /* __IPROC_COMMON_CONFIGS_H */