From 326428cc8bbdddb30920a96b672abd0d59833ce4 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 31 Aug 2003 18:37:54 +0000 Subject: 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. --- include/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/version.h') diff --git a/include/version.h b/include/version.h index d295c2a3c7..f0e19d5bf2 100644 --- a/include/version.h +++ b/include/version.h @@ -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__ */ -- cgit v1.2.1