Scott Branden | da1f5ac | 2014-08-11 13:58:25 -0700 | [diff] [blame] | 1 | /* |
2 | * Copyright 2014 Broadcom Corporation. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: GPL-2.0+ | ||||
5 | */ | ||||
6 | |||||
7 | #ifndef __IPROC_COMMON_CONFIGS_H | ||||
8 | #define __IPROC_COMMON_CONFIGS_H | ||||
9 | |||||
10 | #include <linux/stringify.h> | ||||
11 | |||||
12 | /* Architecture, CPU, chip, etc */ | ||||
13 | #define CONFIG_IPROC | ||||
14 | #define CONFIG_SYS_ARM_CACHE_WRITETHROUGH | ||||
15 | |||||
16 | /* Memory Info */ | ||||
17 | #define CONFIG_SYS_TEXT_BASE 0x61000000 | ||||
18 | #define CONFIG_SYS_SDRAM_BASE 0x61000000 | ||||
19 | |||||
20 | #endif /* __IPROC_COMMON_CONFIGS_H */ |