MigoR.h (becbbc7b2a1be44d38779c80ce94fb20e5e13f12) | MigoR.h (5a1aceb0689e2f731491838970884a673ef7e7d3) |
---|---|
1/* 2 * Configuation settings for the Renesas Solutions Migo-R board 3 * 4 * Copyright (C) 2007 Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 5 * 6 * See file CREDITS for list of people who contributed to this 7 * project. 8 * --- 116 unchanged lines hidden (view full) --- 125/* Timeout for Flash clear lock bit operations (in ms) */ 126#define CFG_FLASH_UNLOCK_TOUT (3 * 1000) 127 128/* Use hardware flash sectors protection instead of U-Boot software protection */ 129#undef CFG_FLASH_PROTECTION 130#undef CFG_DIRECT_FLASH_TFTP 131 132/* ENV setting */ | 1/* 2 * Configuation settings for the Renesas Solutions Migo-R board 3 * 4 * Copyright (C) 2007 Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 5 * 6 * See file CREDITS for list of people who contributed to this 7 * project. 8 * --- 116 unchanged lines hidden (view full) --- 125/* Timeout for Flash clear lock bit operations (in ms) */ 126#define CFG_FLASH_UNLOCK_TOUT (3 * 1000) 127 128/* Use hardware flash sectors protection instead of U-Boot software protection */ 129#undef CFG_FLASH_PROTECTION 130#undef CFG_DIRECT_FLASH_TFTP 131 132/* ENV setting */ |
133#define CFG_ENV_IS_IN_FLASH | 133#define CONFIG_ENV_IS_IN_FLASH |
134#define CONFIG_ENV_OVERWRITE 1 135#define CFG_ENV_SECT_SIZE (128 * 1024) 136#define CFG_ENV_SIZE (CFG_ENV_SECT_SIZE) 137#define CFG_ENV_ADDR (CFG_FLASH_BASE + CFG_MONITOR_LEN) 138/* Offset of env Flash sector relative to CFG_FLASH_BASE */ 139#define CFG_ENV_OFFSET (CFG_ENV_ADDR - CFG_FLASH_BASE) 140#define CFG_ENV_SIZE_REDUND (CFG_ENV_SECT_SIZE) 141 142/* Board Clock */ 143#define CONFIG_SYS_CLK_FREQ 33333333 144#define TMU_CLK_DIVIDER (4) /* 4 (default), 16, 64, 256 or 1024 */ 145#define CFG_HZ (CONFIG_SYS_CLK_FREQ / TMU_CLK_DIVIDER) 146 147#endif /* __MIGO_R_H */ | 134#define CONFIG_ENV_OVERWRITE 1 135#define CFG_ENV_SECT_SIZE (128 * 1024) 136#define CFG_ENV_SIZE (CFG_ENV_SECT_SIZE) 137#define CFG_ENV_ADDR (CFG_FLASH_BASE + CFG_MONITOR_LEN) 138/* Offset of env Flash sector relative to CFG_FLASH_BASE */ 139#define CFG_ENV_OFFSET (CFG_ENV_ADDR - CFG_FLASH_BASE) 140#define CFG_ENV_SIZE_REDUND (CFG_ENV_SECT_SIZE) 141 142/* Board Clock */ 143#define CONFIG_SYS_CLK_FREQ 33333333 144#define TMU_CLK_DIVIDER (4) /* 4 (default), 16, 64, 256 or 1024 */ 145#define CFG_HZ (CONFIG_SYS_CLK_FREQ / TMU_CLK_DIVIDER) 146 147#endif /* __MIGO_R_H */ |