global: Remove unused CONFIG symbols
[platform/kernel/u-boot.git] / arch / arm / mach-mvebu / include / mach / config.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2011
4  * Marvell Semiconductor <www.marvell.com>
5  * Written-by: Lei Wen <leiwen@marvell.com>
6  */
7
8 /*
9  * This file should be included in board config header file.
10  *
11  * It supports common definitions for MVEBU platforms
12  */
13
14 #ifndef _MVEBU_CONFIG_H
15 #define _MVEBU_CONFIG_H
16
17 #include <asm/arch/soc.h>
18
19 #if defined(CONFIG_ARMADA_XP) || defined(CONFIG_ARMADA_375) \
20         || defined(CONFIG_ARMADA_38X) || defined(CONFIG_ARMADA_MSYS)
21 /*
22  * Set this for the common xor register definitions needed in dram.c
23  * for A38x as well here.
24  */
25 #define MV88F78X60 /* for the DDR training bin_hdr code */
26 #endif
27
28 #define MV_UART_CONSOLE_BASE            MVEBU_UART0_BASE
29
30 /* Needed for SPI NOR booting in SPL */
31 #define CONFIG_DM_SEQ_ALIAS             1
32
33 #endif /* __MVEBU_CONFIG_H */