Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx
[oweals/u-boot.git] / include / asm-ppc / fsl_lbc.h
index bad34769ad0010e4dd5514a46a1018d15356cb6e..c4af7971b1635008d51b5b8903ab484dbc67112b 100644 (file)
 #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