]> git.ipfire.org Git - thirdparty/u-boot.git/blame - 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
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
da1f5ac2
SB
2/*
3 * Copyright 2014 Broadcom Corporation.
da1f5ac2
SB
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 */
da1f5ac2
SB
16#define CONFIG_SYS_SDRAM_BASE 0x61000000
17
18#endif /* __IPROC_COMMON_CONFIGS_H */