Searched hist:"1 de55ef105f9e00ea313c91679fed6560c63f447" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/include/configs/ |
| H A D | microblaze-generic.h | 1de55ef105f9e00ea313c91679fed6560c63f447 Thu Nov 24 12:32:52 UTC 2011 Stephan Linz <linz@li-pro.net> microblaze: usable uart16550 for big endian systems
As a result of the commit 6833260 the uart16550 driver is broken for Microblaze big endian systems, because of the missing 3 byte offset. Other than as described, not all U-Boot BSP will treat properly the 3 byte offset.
This why prefer to mask out the 3 byte offset in general and setup correct _REG_SIZE value depending on edianess.
Signed-off-by: Stephan Linz <linz@li-pro.net> Tested-by: Michal Simek <monstr@monstr.eu>
|