cmd: Fix Kconfig coding style
[u-boot.git] / include / configs / meerkat96.h
blob8e248177b1ca366e4114ca3ce0c6a8856dde1536
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * Copyright (C) 2019 Linaro Ltd.
4 * Copyright (C) 2016 NXP Semiconductors
6 * Configuration settings for Meerkat96 board.
7 */
9 #ifndef __MEERKAT96_CONFIG_H
10 #define __MEERKAT96_CONFIG_H
12 #include "mx7_common.h"
13 #include <imximage.h>
15 #define PHYS_SDRAM_SIZE SZ_512M
17 /* Physical Memory Map */
18 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR
20 #define CFG_SYS_SDRAM_BASE PHYS_SDRAM
21 #define CFG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR
22 #define CFG_SYS_INIT_RAM_SIZE IRAM_SIZE
24 /* Environment configs */
26 #endif