From 3a7b142b62a923838a0fa13b5b8bc0ce939b95cd Mon Sep 17 00:00:00 2001 From: Marian Balakowicz Date: Tue, 6 Dec 2005 20:33:07 +0100 Subject: [PATCH] Change port configuration for O2DNT (CODEC1 on PSC1) --- CHANGELOG | 2 ++ include/configs/o2dnt.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 59389450b0..217cb0f13d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,8 @@ Changes for U-Boot 1.1.4: ====================================================================== +* Change port configuration for O2DNT (CODEC1 on PSC1). + * Fix DPRAM offset/size for MPC8541/8555. Simplify TQM85xx Makefile handling. diff --git a/include/configs/o2dnt.h b/include/configs/o2dnt.h index d7d27e51af..5c05a745db 100644 --- a/include/configs/o2dnt.h +++ b/include/configs/o2dnt.h @@ -238,7 +238,7 @@ * GPIO configuration */ /*#define CFG_GPS_PORT_CONFIG 0x10002004 */ -#define CFG_GPS_PORT_CONFIG 0x00002004 /* no CAN */ +#define CFG_GPS_PORT_CONFIG 0x00002006 /* no CAN */ /* * Miscellaneous configurable options -- 2.39.2