summaryrefslogtreecommitdiff
path: root/src/southbridge/nvidia/ck804/id.inc
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2008-10-02 18:19:17 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2008-10-02 18:19:17 +0000
commit7f3d48c9afd8f3397f7ce85148d802082ccc9de9 (patch)
treee44ed0ce259beff8993ace0f25ccf2fa5808f966 /src/southbridge/nvidia/ck804/id.inc
parent5107174459f581ff9a2f548768df6e1eef3c2d79 (diff)
CK804 coding-style fixed based on an 'indent' run (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3631 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/nvidia/ck804/id.inc')
-rw-r--r--src/southbridge/nvidia/ck804/id.inc7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/southbridge/nvidia/ck804/id.inc b/src/southbridge/nvidia/ck804/id.inc
index b9845a5761..5c0991871b 100644
--- a/src/southbridge/nvidia/ck804/id.inc
+++ b/src/southbridge/nvidia/ck804/id.inc
@@ -1,4 +1,3 @@
-
.section ".id", "a", @progbits
.globl __id_start
@@ -7,9 +6,9 @@ vendor:
.asciz MAINBOARD_VENDOR
part:
.asciz MAINBOARD_PART_NUMBER
-.long __id_end + 0x80 - vendor /* Reverse offset to the vendor id */
-.long __id_end + 0x80 - part /* Reverse offset to the part number */
-.long PAYLOAD_SIZE + ROM_IMAGE_SIZE /* Size of this romimage */
+.long __id_end + 0x80 - vendor /* Reverse offset to the vendor ID */
+.long __id_end + 0x80 - part /* Reverse offset to the part number */
+.long PAYLOAD_SIZE + ROM_IMAGE_SIZE /* Size of this ROM image */
.globl __id_end
__id_end: