1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright (C) 2018 Allied Telesis Labs
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
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 */