2 * Copyright (C) 2010 Heiko Schocher <hs@denx.de>
5 * Copyright (C) 2009 Ilya Yanok <yanok@emcraft.com>
7 * SPDX-License-Identifier: GPL-2.0+
13 /* include common defines/options for all imx27lite related boards */
14 #include "imx27lite-common.h"
19 #define CONFIG_MAGNESIUM
20 #define CONFIG_HOSTNAME magnesium
21 #define CONFIG_BOARDNAME "Projectiondesign magnesium\n"
26 #define CONFIG_SYS_FLASH_SECT_SZ 0x8000 /* 64KB sect size */
27 #define CONFIG_ENV_OFFSET (PHYS_FLASH_SIZE - 0x40000)
28 #define PHYS_FLASH_SIZE 0x800000
29 #define CONFIG_ENV_SECT_SIZE 0x20000 /* Env sector Size */
34 #define CONFIG_SYS_NAND_LARGEPAGE
39 #define CONFIG_MXC_MCI_REGS_BASE 0x10013000
44 #define MTDIDS_DEFAULT "nor0=physmap-flash.0,nand0=mxc_nand.0"
45 #define MTDPARTS_DEFAULT \
58 #endif /* __CONFIG_H */