Added the upmconfig() function for 85xx.

Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
This commit is contained in:
Sergei Poselenov
2008-06-06 15:42:40 +02:00
committed by Andrew Fleming-AFLEMING
parent d39e68514f
commit 740280e68c
2 changed files with 70 additions and 0 deletions

View File

@@ -59,6 +59,10 @@
#define BR_V 0x00000001
#define BR_V_SHIFT 0
#define UPMA 0
#define UPMB 1
#define UPMC 2
#if defined(CONFIG_MPC834X)
#define BR_RES ~(BR_BA | BR_PS | BR_DECC | BR_WP | BR_MSEL | BR_V)
#else