summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/cpu/u-boot.lds
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-02-26 14:13:31 -0500
committerMike Frysinger <vapier@gentoo.org>2012-03-12 11:03:43 -0400
commit3ab7d95aa0b57c5976e1cbb1cd80ec1a24ffa78a (patch)
tree977b787bf0580f65294aab02da3637acadfa491f /arch/sandbox/cpu/u-boot.lds
parent6994ccf869ec20c4a69b8eb2fc321a4eb4217d24 (diff)
downloadtalos-obmc-uboot-3ab7d95aa0b57c5976e1cbb1cd80ec1a24ffa78a.tar.gz
talos-obmc-uboot-3ab7d95aa0b57c5976e1cbb1cd80ec1a24ffa78a.zip
sandbox: u-boot.lds: tweak style
We use tabs for indentation, not spaces. Acked-by: Simon Glass <sjg@chromium.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/sandbox/cpu/u-boot.lds')
-rw-r--r--arch/sandbox/cpu/u-boot.lds10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/sandbox/cpu/u-boot.lds b/arch/sandbox/cpu/u-boot.lds
index 2d2e50fdbf..0c56aa7793 100644
--- a/arch/sandbox/cpu/u-boot.lds
+++ b/arch/sandbox/cpu/u-boot.lds
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011 The Chromium OS Authors.
+ * Copyright (c) 2011-2012 The Chromium OS Authors.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
@@ -24,11 +24,11 @@
SECTIONS
{
- __u_boot_cmd_start = .;
- .u_boot_cmd : { *(.u_boot_cmd) }
- __u_boot_cmd_end = .;
- __bss_start = .;
+ __u_boot_cmd_start = .;
+ _u_boot_cmd : { *(.u_boot_cmd) }
+ __u_boot_cmd_end = .;
+ __bss_start = .;
}
INSERT BEFORE .data;
OpenPOWER on IntegriCloud