Merge patch series "upl: Prerequite patches for updated spec"
[u-boot.git] / include / configs / x530.h
blobc7bfd1de17c5fffba5a455e38648b402f745e1f3
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * Copyright (C) 2018 Allied Telesis Labs
4 */
6 #ifndef _CONFIG_X530_H
7 #define _CONFIG_X530_H
9 /*
10 * High Level Configuration Options (easy to change)
14 * NS16550 Configuration
16 #define CFG_SYS_NS16550_CLK CFG_SYS_TCLK
17 #if !CONFIG_IS_ENABLED(DM_SERIAL)
18 #define CFG_SYS_NS16550_COM1 MV_UART_CONSOLE_BASE
19 #endif
21 /* NAND */
23 #define BBT_CUSTOM_SCAN
24 #define BBT_CUSTOM_SCAN_PAGE 0
25 #define BBT_CUSTOM_SCAN_POSITION 2048
27 #define MTDPARTS_MTDOOPS "errlog"
29 #include <asm/arch/config.h>
31 /* Keep device tree and initrd in low memory so the kernel can access them */
32 #define CFG_EXTRA_ENV_SETTINGS \
33 "fdt_high=0x10000000\0" \
34 "initrd_high=0x10000000\0"
36 #endif /* _CONFIG_X530_H */