> index 39fdb8e..100dfe1 100644
> --- a/include/asm-ppc/immap_85xx.h
> +++ b/include/asm-ppc/immap_85xx.h
> @@ -16,6 +16,29 @@
> #include <asm/fsl_i2c.h>
> #include <asm/fsl_lbc.h>
>
> +typedef struct ccsr_local {
> + u32 ccsrbarh; /* 0x0 - Control Configuration Status Registers
> Base
> Address Register High */
> + u32 ccsrbarl; /* 0x4 - Control Configuration Status Registers
> Base
> Address Register Low */
> + u32 ccsrar; /* 0x8 - Configuration, Control, and Status
> Attribute
> Register */
> +#define CCSRAR_C 0x80000000 /* Commit */
> + u8 res1[4];
I'll look at fixing up the whole file after applying this patch for
the 80 column issues.
- k
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot