aspenite.h (cf946c6d09938e1e6ef01a7488c6e75a1cf71c47) | aspenite.h (81a9ab21ca4f1af85efd37de7baaad131f0e7edc) |
---|---|
1/* 2 * (C) Copyright 2010 3 * Marvell Semiconductor <www.marvell.com> 4 * Written-by: Prafulla Wadaskar <prafulla@marvell.com> 5 * Contributor: Mahavir Jain <mjain@marvell.com> 6 * 7 * See file CREDITS for list of people who contributed to this 8 * project. --- 38 unchanged lines hidden (view full) --- 47#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE - 0x00200000) 48#define CONFIG_NR_DRAM_BANKS_MAX 2 49 50/* 51 * Commands configuration 52 */ 53#define CONFIG_SYS_NO_FLASH /* Declare no flash (NOR/SPI) */ 54#include <config_cmd_default.h> | 1/* 2 * (C) Copyright 2010 3 * Marvell Semiconductor <www.marvell.com> 4 * Written-by: Prafulla Wadaskar <prafulla@marvell.com> 5 * Contributor: Mahavir Jain <mjain@marvell.com> 6 * 7 * See file CREDITS for list of people who contributed to this 8 * project. --- 38 unchanged lines hidden (view full) --- 47#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE - 0x00200000) 48#define CONFIG_NR_DRAM_BANKS_MAX 2 49 50/* 51 * Commands configuration 52 */ 53#define CONFIG_SYS_NO_FLASH /* Declare no flash (NOR/SPI) */ 54#include <config_cmd_default.h> |
55#define CONFIG_CMD_I2C |
|
55#define CONFIG_CMD_AUTOSCRIPT 56#undef CONFIG_CMD_NET 57#undef CONFIG_CMD_NFS 58/* 59 * mv-common.h should be defined after CMD configs since it used them 60 * to enable certain macros 61 */ 62#include "mv-common.h" 63#undef CONFIG_ARCH_MISC_INIT 64 65/* 66 * Environment variables configurations 67 */ 68#define CONFIG_ENV_IS_NOWHERE 1 /* if env in SDRAM */ 69#define CONFIG_ENV_SIZE 0x20000 /* 64k */ 70 71#endif /* __CONFIG_ASPENITE_H */ | 56#define CONFIG_CMD_AUTOSCRIPT 57#undef CONFIG_CMD_NET 58#undef CONFIG_CMD_NFS 59/* 60 * mv-common.h should be defined after CMD configs since it used them 61 * to enable certain macros 62 */ 63#include "mv-common.h" 64#undef CONFIG_ARCH_MISC_INIT 65 66/* 67 * Environment variables configurations 68 */ 69#define CONFIG_ENV_IS_NOWHERE 1 /* if env in SDRAM */ 70#define CONFIG_ENV_SIZE 0x20000 /* 64k */ 71 72#endif /* __CONFIG_ASPENITE_H */ |