cmd: Fix Kconfig coding style
[u-boot.git] / include / configs / tplink_wdr4300.h
blob24943c8dcfb85fc54b123099a1788d28f801036f
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * Copyright (C) 2016 Marek Vasut <marex@denx.de>
4 */
6 #ifndef __CONFIG_H
7 #define __CONFIG_H
9 #define CFG_SYS_SDRAM_BASE 0xa0000000
11 #define CFG_SYS_INIT_RAM_ADDR 0xbd000000
12 #define CFG_SYS_INIT_RAM_SIZE 0x8000
15 * Serial Port
17 #define CFG_SYS_NS16550_CLK 40000000
20 * Command
22 /* Miscellaneous configurable options */
25 * Diagnostics
28 #endif /* __CONFIG_H */