]> git.ipfire.org Git - thirdparty/u-boot.git/blame - include/configs/fx12mm.h
kconfig: add config option for shell prompt
[thirdparty/u-boot.git] / include / configs / fx12mm.h
CommitLineData
5deb8022
GS
1/*
2 * (C) Copyright 2008
3 *
4 * Ricado Ribalda-Universidad Autonoma de Madrid-ricardo.ribalda@uam.es
5 * This work has been supported by: QTechnology http://qtec.com
6 *
7 * Georg Schardt <schardt@team-ctech.de>
8 *
1a459660 9 * SPDX-License-Identifier: GPL-2.0+
5deb8022
GS
10 */
11
5deb8022 12/*
3cbd8231
WD
13 * Configuration file for the Virtex4FX12 Minimodul by Avnet/Memec,
14 * see http://www.em.avnet.com
15 */
5deb8022
GS
16
17#ifndef __CONFIG_FX12_H
18#define __CONFIG_FX12_H
19
20#include "../board/avnet/fx12mm/xparameters.h"
21
22/* cmd config */
23#define CONFIG_CMD_JFFS2
68d7d651 24#define CONFIG_CMD_MTDPARTS
942556a9
SR
25#define CONFIG_MTD_DEVICE /* needed for mtdparts commands */
26#define CONFIG_FLASH_CFI_MTD
5deb8022
GS
27
28/* sdram */
29#define CONFIG_SYS_SDRAM_SIZE_MB 64
30
31/* environment */
32#define CONFIG_ENV_IS_IN_FLASH 1
33#define CONFIG_ENV_SIZE 0x10000
34#define CONFIG_ENV_SECT_SIZE 0x10000
35#define CONFIG_SYS_ENV_OFFSET 0xA0000
36#define CONFIG_ENV_ADDR (CONFIG_SYS_FLASH_BASE+CONFIG_SYS_ENV_OFFSET)
37#define CONFIG_ENV_OVERWRITE 1
38
39/*Misc*/
3cbd8231 40#define CONFIG_PREBOOT "echo U-Boot is up and running;"
5deb8022
GS
41
42/*Flash*/
5deb8022
GS
43#define CONFIG_SYS_FLASH_SIZE (4*1024*1024)
44#define CONFIG_SYS_MAX_FLASH_SECT 71
5deb8022
GS
45#define MTDIDS_DEFAULT "nor0=fx12mm-flash"
46#define MTDPARTS_DEFAULT "mtdparts=fx12mm-flash:-(user)"
47
5deb8022
GS
48#include "configs/xilinx-ppc405.h"
49
3cbd8231 50#endif /* __CONFIG_H */