r2dplus.h (becbbc7b2a1be44d38779c80ce94fb20e5e13f12) | r2dplus.h (5a1aceb0689e2f731491838970884a673ef7e7d3) |
---|---|
1#ifndef __CONFIG_H 2#define __CONFIG_H 3 4#undef DEBUG 5 6#define CONFIG_SH 1 7#define CONFIG_SH4 1 8#define CONFIG_CPU_SH7751 1 --- 57 unchanged lines hidden (view full) --- 66 */ 67#define CFG_FLASH_CFI 68#define CONFIG_FLASH_CFI_DRIVER 69#define CFG_FLASH_BASE (0xA0000000) 70#define CFG_MAX_FLASH_BANKS (1) 71#define CFG_MAX_FLASH_SECT 256 72#define CFG_FLASH_BANKS_LIST { CFG_FLASH_BASE } 73 | 1#ifndef __CONFIG_H 2#define __CONFIG_H 3 4#undef DEBUG 5 6#define CONFIG_SH 1 7#define CONFIG_SH4 1 8#define CONFIG_CPU_SH7751 1 --- 57 unchanged lines hidden (view full) --- 66 */ 67#define CFG_FLASH_CFI 68#define CONFIG_FLASH_CFI_DRIVER 69#define CFG_FLASH_BASE (0xA0000000) 70#define CFG_MAX_FLASH_BANKS (1) 71#define CFG_MAX_FLASH_SECT 256 72#define CFG_FLASH_BANKS_LIST { CFG_FLASH_BASE } 73 |
74#define CFG_ENV_IS_IN_FLASH | 74#define CONFIG_ENV_IS_IN_FLASH |
75#define CFG_ENV_SECT_SIZE 0x40000 76#define CFG_ENV_SIZE (CFG_ENV_SECT_SIZE) 77#define CFG_ENV_ADDR (CFG_MONITOR_BASE + CFG_MONITOR_LEN) 78 79/* 80 * SuperH Clock setting 81 */ 82#define CONFIG_SYS_CLK_FREQ 60000000 --- 44 unchanged lines hidden --- | 75#define CFG_ENV_SECT_SIZE 0x40000 76#define CFG_ENV_SIZE (CFG_ENV_SECT_SIZE) 77#define CFG_ENV_ADDR (CFG_MONITOR_BASE + CFG_MONITOR_LEN) 78 79/* 80 * SuperH Clock setting 81 */ 82#define CONFIG_SYS_CLK_FREQ 60000000 --- 44 unchanged lines hidden --- |