sh7785lcr.h (de5b094def5d80c4355c0326cfb54b9289f7d609) | sh7785lcr.h (5a1aceb0689e2f731491838970884a673ef7e7d3) |
---|---|
1/* 2 * Configuation settings for the Renesas Technology R0P7785LC0011RL board 3 * 4 * Copyright (C) 2008 Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> 5 * 6 * See file CREDITS for list of people who contributed to this 7 * project. 8 * --- 136 unchanged lines hidden (view full) --- 145#define CONFIG_PCI_IO_PHYS CONFIG_PCI_IO_BUS 146#define CONFIG_PCI_IO_SIZE 0x00200000 /* Size of IO window */ 147 148/* Network device (RTL8169) support */ 149#define CONFIG_NET_MULTI 150#define CONFIG_RTL8169 151 152/* ENV setting */ | 1/* 2 * Configuation settings for the Renesas Technology R0P7785LC0011RL board 3 * 4 * Copyright (C) 2008 Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> 5 * 6 * See file CREDITS for list of people who contributed to this 7 * project. 8 * --- 136 unchanged lines hidden (view full) --- 145#define CONFIG_PCI_IO_PHYS CONFIG_PCI_IO_BUS 146#define CONFIG_PCI_IO_SIZE 0x00200000 /* Size of IO window */ 147 148/* Network device (RTL8169) support */ 149#define CONFIG_NET_MULTI 150#define CONFIG_RTL8169 151 152/* ENV setting */ |
153#define CFG_ENV_IS_IN_FLASH | 153#define CONFIG_ENV_IS_IN_FLASH |
154#define CONFIG_ENV_OVERWRITE 1 155#define CFG_ENV_SECT_SIZE (256 * 1024) 156#define CFG_ENV_SIZE (CFG_ENV_SECT_SIZE) 157#define CFG_ENV_ADDR (CFG_FLASH_BASE + CFG_MONITOR_LEN) 158#define CFG_ENV_OFFSET (CFG_ENV_ADDR - CFG_FLASH_BASE) 159#define CFG_ENV_SIZE_REDUND (CFG_ENV_SECT_SIZE) 160 161/* Board Clock */ 162/* The SCIF used external clock. system clock only used timer. */ 163#define CONFIG_SYS_CLK_FREQ 50000000 164#define TMU_CLK_DIVIDER 4 165#define CFG_HZ (CONFIG_SYS_CLK_FREQ / TMU_CLK_DIVIDER) 166 167#endif /* __SH7785LCR_H */ | 154#define CONFIG_ENV_OVERWRITE 1 155#define CFG_ENV_SECT_SIZE (256 * 1024) 156#define CFG_ENV_SIZE (CFG_ENV_SECT_SIZE) 157#define CFG_ENV_ADDR (CFG_FLASH_BASE + CFG_MONITOR_LEN) 158#define CFG_ENV_OFFSET (CFG_ENV_ADDR - CFG_FLASH_BASE) 159#define CFG_ENV_SIZE_REDUND (CFG_ENV_SECT_SIZE) 160 161/* Board Clock */ 162/* The SCIF used external clock. system clock only used timer. */ 163#define CONFIG_SYS_CLK_FREQ 50000000 164#define TMU_CLK_DIVIDER 4 165#define CFG_HZ (CONFIG_SYS_CLK_FREQ / TMU_CLK_DIVIDER) 166 167#endif /* __SH7785LCR_H */ |