cmd: Fix Kconfig coding style
[u-boot.git] / include / configs / apalis-tk1.h
blob4c690a17856fe0799ef8e68537789abcfb3049b7
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * Copyright (c) 2017 Toradex, Inc.
5 * Configuration settings for the Toradex Apalis TK1 modules.
6 */
8 #ifndef __CONFIG_H
9 #define __CONFIG_H
11 #include <linux/sizes.h>
13 #include "tegra124-common.h"
15 /* Board-specific serial config */
16 #define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTA_BASE
18 #define FDT_MODULE "apalis-v1.2"
19 #define FDT_MODULE_V1_0 "apalis"
21 #include "tegra-common-post.h"
23 #endif /* __CONFIG_H */