global: Migrate CONFIG_STACKBASE to CFG
[platform/kernel/u-boot.git] / include / configs / x530.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2018 Allied Telesis Labs
4  */
5
6 #ifndef _CONFIG_X530_H
7 #define _CONFIG_X530_H
8
9 /*
10  * High Level Configuration Options (easy to change)
11  */
12
13 /*
14  * NS16550 Configuration
15  */
16 #define CFG_SYS_NS16550_CLK             CFG_SYS_TCLK
17 #if !defined(CONFIG_DM_SERIAL)
18 #define CFG_SYS_NS16550_COM1            MV_UART_CONSOLE_BASE
19 #endif
20
21 /*
22  * Serial Port configuration
23  * The following definitions let you select what serial you want to use
24  * for your console driver.
25  */
26
27 /* NAND */
28
29 #define BBT_CUSTOM_SCAN
30 #define BBT_CUSTOM_SCAN_PAGE 0
31 #define BBT_CUSTOM_SCAN_POSITION 2048
32
33 /* SPI NOR flash default params, used by sf commands */
34
35 #define MTDPARTS_MTDOOPS                "errlog"
36
37 /* Partition support */
38
39 /* Additional FS support/configuration */
40
41 /* Environment in SPI NOR flash */
42
43 #define PHY_ANEG_TIMEOUT        8000    /* PHY needs a longer aneg time */
44
45 /* NAND */
46
47 #include <asm/arch/config.h>
48
49 /* Keep device tree and initrd in low memory so the kernel can access them */
50 #define CFG_EXTRA_ENV_SETTINGS  \
51         "fdt_high=0x10000000\0"         \
52         "initrd_high=0x10000000\0"
53
54 #endif /* _CONFIG_X530_H */