Dear Michael Zaidman,

In message <1270654208-32319-1-git-send-email-michael.zaid...@gmail.com> you 
wrote:
> Signed-off-by: Michael Zaidman <michael.zaid...@gmail.com>
> ---
>  post/cpu/mpc83xx/Makefile |   30 ++++++++
>  post/cpu/mpc83xx/ecc.c    |  167 
> +++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 197 insertions(+), 0 deletions(-)
>  create mode 100644 post/cpu/mpc83xx/Makefile
>  create mode 100644 post/cpu/mpc83xx/ecc.c

Applied, after fixing incorrect brace style:

> +             /* Set bit to be injected */
> +             if (errbit < 32) {
> +                     __raw_writel(1 << errbit, &ddr->data_err_inject_lo);
> +                     __raw_writel(0, &ddr->data_err_inject_hi);
> +             }
> +             else {

... here.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
I can type faster than I can move a  mouse,  so  I  find  menu-driven
drawing packages time consuming and frustrating.      - W. R. Stevens
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to