ap325rxa.h (c351575c226eaad85f12b0d346e762260b263531) ap325rxa.h (5a1aceb0689e2f731491838970884a673ef7e7d3)
1/*
2 * Configuation settings for the Renesas Solutions AP-325RXA board
3 *
4 * Copyright (C) 2008 Renesas Solutions Corp.
5 * Copyright (C) 2008 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
6 *
7 * See file CREDITS for list of people who contributed to this
8 * project.

--- 146 unchanged lines hidden (view full) ---

155/*
156 * Use hardware flash sectors protection instead
157 * of U-Boot software protection
158 */
159#undef CFG_FLASH_PROTECTION
160#undef CFG_DIRECT_FLASH_TFTP
161
162/* ENV setting */
1/*
2 * Configuation settings for the Renesas Solutions AP-325RXA board
3 *
4 * Copyright (C) 2008 Renesas Solutions Corp.
5 * Copyright (C) 2008 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
6 *
7 * See file CREDITS for list of people who contributed to this
8 * project.

--- 146 unchanged lines hidden (view full) ---

155/*
156 * Use hardware flash sectors protection instead
157 * of U-Boot software protection
158 */
159#undef CFG_FLASH_PROTECTION
160#undef CFG_DIRECT_FLASH_TFTP
161
162/* ENV setting */
163#define CFG_ENV_IS_IN_FLASH
163#define CONFIG_ENV_IS_IN_FLASH
164#define CONFIG_ENV_OVERWRITE 1
165#define CFG_ENV_SECT_SIZE (128 * 1024)
166#define CFG_ENV_SIZE (CFG_ENV_SECT_SIZE)
167#define CFG_ENV_ADDR (CFG_FLASH_BASE + CFG_MONITOR_LEN)
168/* Offset of env Flash sector relative to CFG_FLASH_BASE */
169#define CFG_ENV_OFFSET (CFG_ENV_ADDR - CFG_FLASH_BASE)
170#define CFG_ENV_SIZE_REDUND (CFG_ENV_SECT_SIZE)
171
172/* Board Clock */
173#define CONFIG_SYS_CLK_FREQ 33333333
174#define TMU_CLK_DIVIDER (4) /* 4 (default), 16, 64, 256 or 1024 */
175#define CFG_HZ (CONFIG_SYS_CLK_FREQ / TMU_CLK_DIVIDER)
176
177#endif /* __AP325RXA_H */
164#define CONFIG_ENV_OVERWRITE 1
165#define CFG_ENV_SECT_SIZE (128 * 1024)
166#define CFG_ENV_SIZE (CFG_ENV_SECT_SIZE)
167#define CFG_ENV_ADDR (CFG_FLASH_BASE + CFG_MONITOR_LEN)
168/* Offset of env Flash sector relative to CFG_FLASH_BASE */
169#define CFG_ENV_OFFSET (CFG_ENV_ADDR - CFG_FLASH_BASE)
170#define CFG_ENV_SIZE_REDUND (CFG_ENV_SECT_SIZE)
171
172/* Board Clock */
173#define CONFIG_SYS_CLK_FREQ 33333333
174#define TMU_CLK_DIVIDER (4) /* 4 (default), 16, 64, 256 or 1024 */
175#define CFG_HZ (CONFIG_SYS_CLK_FREQ / TMU_CLK_DIVIDER)
176
177#endif /* __AP325RXA_H */