summaryrefslogtreecommitdiff
path: root/include/configs/mx7d_12x12_ddr3_val.h
blob: ffb92af9885c861af0f640264319f789508a8162 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * Copyright (C) 2015 Freescale Semiconductor, Inc.
 * Copyright 2017 NXP
 *
 * Configuration settings for the Freescale i.MX7D 12x12 DDR3 ARM2 board.
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#ifndef __MX7D_12X12_DDR3_VAL_CONFIG_H
#define __MX7D_12X12_DDR3_VAL_CONFIG_H

#define CONFIG_SYS_FSL_USDHC_NUM	2
#define CONFIG_SYS_MMC_ENV_DEV		1	/* USDHC3 */
#define CONFIG_SYS_MMC_ENV_PART		0	/* user area */
#define CONFIG_MMCROOT			"/dev/mmcblk1p2"  /* USDHC3 */

#define PHYS_SDRAM_SIZE			SZ_1G


#include "mx7d_val.h"

#endif