Patch by Anders Larsen, 05 Oct 2005
Changes for U-Boot 1.1.4:
======================================================================
+* Complete support for the KwikByte KB920x boards
+ Patch by Anders Larsen, 05 Oct 2005
+
* Set the AT91RM9200 clock to asynchronous mode
Patch by Anders Larsen, 03 May 2005
| ((rw == 1) ? AT91C_TWI_MREAD : 0);
/* Set TWI Internal Address Register with first messages data field */
- /* only one address byte is supported */
if (alen > 0)
- twi->TWI_IADR = addr & 0xff;
+ twi->TWI_IADR = addr;
length = len;
buf = buffer;
#define CFG_ENV_IS_IN_EEPROM
#ifdef CONFIG_KB9202
-#define CFG_ENV_OFFSET 0x3000
-#define CFG_ENV_SIZE 0x1000
+#define CFG_ENV_OFFSET 0x3E00
+#define CFG_ENV_SIZE 0x0200
#else
#define CFG_ENV_OFFSET 0x1000
#define CFG_ENV_SIZE 0x1000