cmd: Fix Kconfig coding style
[u-boot.git] / include / configs / mvebu_alleycat-5.h
blob39e37ffbf7c859bec9ca8c568a0ffc6a3137d6b1
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * Copyright (C) 2018 Marvell International Ltd
4 */
6 #ifndef _CONFIG_MVEBU_ALLEYCAY_5_H
7 #define _CONFIG_MVEBU_ALLEYCAY_5_H
9 #include <asm/arch/soc.h>
11 /* additions for new ARM relocation support */
12 #define CFG_SYS_SDRAM_BASE 0x200000000
14 #define CFG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, \
15 115200, 230400, 460800, 921600 }
17 /* Default Env vars */
19 #define BOOT_TARGET_DEVICES(func) \
20 func(USB, usb, 0) \
21 func(DHCP, dhcp, na)
23 #include <config_distro_bootcmd.h>
25 #define CFG_EXTRA_ENV_SETTINGS \
26 BOOTENV \
27 "kernel_addr_r=0x202000000\0" \
28 "fdt_addr_r=0x201000000\0" \
29 "ramdisk_addr_r=0x206000000\0" \
30 "fdtfile=marvell/" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0"
33 * High Level Configuration Options (easy to change)
35 #define CFG_SYS_TCLK 325000000
37 #endif /* _CONFIG_MVEBU_ALLEYCAY_5_H */