diff options
author | Matthias Fuchs <matthias.fuchs@esd-electronics.com> | 2008-01-16 10:33:46 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-01-16 11:24:28 +0100 |
commit | 83a49c8dd7998be2d1f0d420597a36bbf0bf4164 (patch) | |
tree | 10edfb28b1cb9fbdc41ded4eba4757ff936fb946 /board/amcc/sequoia/init.S | |
parent | 4b3cc6ece9c455504cf12909fae38d085d848ac0 (diff) | |
download | u-boot-imx-83a49c8dd7998be2d1f0d420597a36bbf0bf4164.zip u-boot-imx-83a49c8dd7998be2d1f0d420597a36bbf0bf4164.tar.gz u-boot-imx-83a49c8dd7998be2d1f0d420597a36bbf0bf4164.tar.bz2 |
ppc4xx: Sequoia coding style cleanup and beautification
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Diffstat (limited to 'board/amcc/sequoia/init.S')
-rw-r--r-- | board/amcc/sequoia/init.S | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/board/amcc/sequoia/init.S b/board/amcc/sequoia/init.S index 306c92c..46a37c6 100644 --- a/board/amcc/sequoia/init.S +++ b/board/amcc/sequoia/init.S @@ -1,4 +1,6 @@ /* + * (C) Copyright 2008 + * Stefan Roese, DENX Software Engineering, sr@denx.de. * * See file CREDITS for list of people who contributed to this * project. @@ -23,7 +25,7 @@ #include <asm-ppc/mmu.h> #include <config.h> -/************************************************************************** +/* * TLB TABLE * * This table is used by the cpu boot code to setup the initial tlb @@ -31,8 +33,7 @@ * this table lets each board set things up however they like. * * Pointer to the table is returned in r1 - * - *************************************************************************/ + */ .section .bootpg,"ax" .globl tlbtab |