From f986325dd569faeaec4186f678d113505c5c4828 Mon Sep 17 00:00:00 2001 From: Ron Madrid Date: Tue, 1 Jun 2010 17:00:49 -0700 Subject: Update SICRL_USBDR to reflect 4 different settings This patch changed the SICRL_USBDR define to reflect the 4 different bit settings for this two-bit field. The four different options are '00', '01', '10', and '11'. This patch also corrects the config file for SIMPC8313 and MPC8313ERDB for the appropriate fields. This change only affects the MPC8313 cpu. Signed-off-by: Ron Madrid Signed-off-by: Kim Phillips --- include/configs/SIMPC8313.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/SIMPC8313.h') diff --git a/include/configs/SIMPC8313.h b/include/configs/SIMPC8313.h index 9104f1ad36..eb8657b6be 100644 --- a/include/configs/SIMPC8313.h +++ b/include/configs/SIMPC8313.h @@ -419,7 +419,7 @@ | SICRH_TSOBI1 \ | SICRH_TSOBI2 ) #define CONFIG_SYS_SICRL ( SICRL_LBC \ - | SICRL_USBDR \ + | SICRL_USBDR_10 \ | SICRL_ETSEC2_A ) #define CONFIG_SYS_HID0_INIT 0x000000000 -- cgit v1.2.1