cmd: Fix Kconfig coding style
[u-boot.git] / include / configs / lxr2.h
blobd8d37a422282d7558d1fd035e7bb514f350ceefc
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 // Copyright (C) Stefano Babic <sbabic@denx.de>
4 #ifndef __LXR2_CONFIG_H
5 #define __LXR2_CONFIG_H
7 #include <config_distro_bootcmd.h>
9 #include "mx6_common.h"
11 #define PHYS_SDRAM_SIZE SZ_1G
13 /* Physical Memory Map */
14 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR
16 #define CFG_SYS_SDRAM_BASE PHYS_SDRAM
17 #define CFG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR
18 #define CFG_SYS_INIT_RAM_SIZE IRAM_SIZE
20 #define CFG_SYS_FSL_ESDHC_ADDR 0
21 #define CFG_MXC_UART_BASE UART4_BASE
23 #endif