Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Stefan Roese | 5d6050f | 2014-12-10 10:15:23 +0100 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2014, Barco (www.barco.com) |
Stefan Roese | 5d6050f | 2014-12-10 10:15:23 +0100 | [diff] [blame] | 4 | */ |
| 5 | |
| 6 | #ifndef __PLATINUM_TITANIUM_CONFIG_H__ |
| 7 | #define __PLATINUM_TITANIUM_CONFIG_H__ |
| 8 | |
Stefan Roese | 5d6050f | 2014-12-10 10:15:23 +0100 | [diff] [blame] | 9 | #define CONFIG_PLATINUM_BOARD "Barco Titanium" |
| 10 | #define CONFIG_PLATINUM_PROJECT "titanium" |
| 11 | #define CONFIG_PLATINUM_CPU "imx6q" |
| 12 | |
Stefan Roese | 5d6050f | 2014-12-10 10:15:23 +0100 | [diff] [blame] | 13 | #define PHYS_SDRAM_SIZE (512 << 20) |
| 14 | #define CONFIG_SYS_NAND_MAX_CHIPS 1 |
| 15 | |
| 16 | #include <configs/platinum.h> |
| 17 | |
| 18 | #define CONFIG_FEC_XCV_TYPE RGMII |
| 19 | #define CONFIG_FEC_MXC_PHYADDR 4 |
| 20 | |
Stefan Roese | 5d6050f | 2014-12-10 10:15:23 +0100 | [diff] [blame] | 21 | #define CONFIG_PHY_RESET_DELAY 1000 |
| 22 | |
Mario Six | 5bc0543 | 2018-03-28 14:38:20 +0200 | [diff] [blame] | 23 | #define CONFIG_HOSTNAME "titanium" |
Stefan Roese | 5d6050f | 2014-12-10 10:15:23 +0100 | [diff] [blame] | 24 | |
Stefan Roese | 5d6050f | 2014-12-10 10:15:23 +0100 | [diff] [blame] | 25 | #define CONFIG_PLATFORM_ENV_SETTINGS "\0" |
| 26 | |
| 27 | #define CONFIG_EXTRA_ENV_SETTINGS CONFIG_COMMON_ENV_SETTINGS \ |
| 28 | CONFIG_PLATFORM_ENV_SETTINGS |
| 29 | |
| 30 | #endif /* __PLATINUM_TITANIUM_CONFIG_H__ */ |