In message <[EMAIL PROTECTED]> you wrote:
> Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]>
> ---
>  cpu/blackfin/initcode.c                         |    2 +-
>  include/asm-blackfin/mach-common/bits/bootrom.h |   11 ++++
>  include/asm-blackfin/mach-common/bits/ebiu.h    |    2 +-
>  include/asm-blackfin/mach-common/bits/lockbox.h |   68 +++++++++++-----------
>  4 files changed, 47 insertions(+), 36 deletions(-)
...
> diff --git a/include/asm-blackfin/mach-common/bits/lockbox.h 
> b/include/asm-blackfin/mach-common/bits/lockbox.h
> index 8b696f3..09310e1 100644
> --- a/include/asm-blackfin/mach-common/bits/lockbox.h
> +++ b/include/asm-blackfin/mach-common/bits/lockbox.h
> @@ -11,14 +11,14 @@
>  
>  /* SESR argument structure. Expected to reside at 0xFF900018. */
>  typedef struct SESR_args {
> -     unsigned short usFlags;         /* security firmware flags              
> */
> -     unsigned short usIRQMask;       /* interrupt mask                       
> */
> -     unsigned long ulMessageSize;    /* message length in bytes              
> */
> -     unsigned long ulSFEntryPoint;   /* entry point of secure function       
> */
> -     unsigned long ulMessagePtr;     /* pointer to the buffer containing     
> */
> -                                     /* the digital signature and message    
> */
> -     unsigned long ulReserved1;      /* reserved                             
> */
> -     unsigned long ulReserved2;      /* reserved                             
> */
> +  unsigned short  usFlags;            /* security firmware flags            
> */
> +  unsigned short  usIRQMask;          /* interrupt mask                     
> */
> +  unsigned long   ulMessageSize;      /* message length in bytes            
> */
> +  unsigned long   ulSFEntryPoint;     /* entry point of secure function     
> */
> +  unsigned long   ulMessagePtr;       /* pointer to the buffer containing
> +                                         the digital signature and message  
> */
> +  unsigned long   ulReserved1;        /* reserved                           
> */
> +  unsigned long   ulReserved2;        /* reserved                           
> */

Indentation by TABs, please!!

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: [EMAIL PROTECTED]
"The lesser of two evils -- is evil."             - Seymour (Sy) Leon

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
U-Boot-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to