Patch by Yuli Barcohen, 7 Aug 2003:

According to the MPC8260 User's Manual, PCI_MODE signal should be
reflected in SCCR register, and local bus pins configuration is taken
from HRCW and appears in SIUMCR. For some reason it does not work
this way, so the only possibility to detect if the board is
configured in PCI mode is to check the BCSR. This patch sets SCCR and
SIUMCR according to the BCSR.
This commit is contained in:
wdenk
2003-08-31 18:37:54 +00:00
parent 0cb61d7ddd
commit 326428cc8b
4 changed files with 42 additions and 16 deletions

View File

@@ -24,6 +24,6 @@
#ifndef __VERSION_H__
#define __VERSION_H__
#define U_BOOT_VERSION "U-Boot 0.4.7"
#define U_BOOT_VERSION "U-Boot 0.4.8"
#endif /* __VERSION_H__ */