[U-Boot-Users] [PATCH] Add support for variable flash memory sizes on 83xx systems

Timur Tabi timur at freescale.com
Fri Sep 8 23:39:36 CEST 2006


Wolfgang Denk wrote:

>> +#ifdef CONFIG_MPC8349ITX
>> +/* MPC8349ITX : CS1 */
>> +	/* Initialize the BR1 with the vsc7385 starting address. */
>> +	lis r5, 0xf8000801 at h
>> +	ori r5, r5, 0xf8000801 at l
>> +	stw r5, BR1(r3) /* r5 <= (CFG_FLASH_BASE & 0xFFFF8000) | (BR1 & 0x00007FFF) */
>> +
>> +	lis r5, 0xfffe09ff at h
>> +	ori r5, r5, 0xfffe09ff at l
>> +	stw r5, OR1(r3)
>> +#endif
> 
> ... don't mix in board-specific  patches  here,  especially  not  for
> boards that are not supported in U-Boot yet.

So sorry ... that wasn't my intention at all.

New patch resubmitted.

-- 
Timur Tabi
Linux Kernel Developer @ Freescale




More information about the U-Boot mailing list