]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/configs/platinum_picon.h
arm/rpi: Enable dcache
[karo-tx-uboot.git] / include / configs / platinum_picon.h
1 /*
2  * Copyright (C) 2014, Barco (www.barco.com)
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #ifndef __PLATINUM_PICON_CONFIG_H__
8 #define __PLATINUM_PICON_CONFIG_H__
9
10 #define CONFIG_PLATINUM_PICON
11 #define CONFIG_PLATINUM_BOARD                   "Barco Picon"
12 #define CONFIG_PLATINUM_PROJECT                 "picon"
13 #define CONFIG_PLATINUM_CPU                     "imx6dl"
14
15 #include <configs/platinum.h>
16
17 #define CONFIG_FEC_XCV_TYPE                     RMII
18 #define CONFIG_FEC_MXC_PHYADDR                  0
19
20 #define CONFIG_HOSTNAME                         picon
21
22 #define CONFIG_SYS_PROMPT                       "picon > "
23
24 #define CONFIG_PLATFORM_ENV_SETTINGS            "\0"
25
26 #define CONFIG_EXTRA_ENV_SETTINGS               CONFIG_COMMON_ENV_SETTINGS \
27                                                 CONFIG_PLATFORM_ENV_SETTINGS
28
29 #endif /* __PLATINUM_PICON_CONFIG_H__ */