[U-Boot-Users] [PATCH/review] Blackfin: update cpu header definitions from latest Blackfin toolchain
Wolfgang Denk
wd at denx.de
Sun Apr 20 08:36:46 CEST 2008
In message <1207721831-32630-2-git-send-email-vapier at gentoo.org> you wrote:
> Signed-off-by: Mike Frysinger <vapier at gentoo.org>
> ---
> 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: wd at denx.de
"The lesser of two evils -- is evil." - Seymour (Sy) Leon
More information about the U-Boot
mailing list