summaryrefslogtreecommitdiff
path: root/arch/sandbox/include/asm/sections.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2013-12-04 03:43:23 +0400
committerSimon Glass <sjg@chromium.org>2013-12-09 23:22:02 +0400
commit7b3efc66996b6686ad393b706c323990afa31930 (patch)
tree1be7f83536e5f91b48f460feb0999bf1f23aeedb /arch/sandbox/include/asm/sections.h
parentf44483b57c49282299da0e5c10073b909cdad979 (diff)
downloadu-boot-7b3efc66996b6686ad393b706c323990afa31930.tar.xz
sandbox: Rename sb_cmdline_option to sandbox_cmdline_option
The new name is longer but more clearly related to sandbox. This is in a separate patch within the same series since some comments on the SPI series rely on it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Hung-ying Tyan <tyanh@chromium.org>
Diffstat (limited to 'arch/sandbox/include/asm/sections.h')
-rw-r--r--arch/sandbox/include/asm/sections.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sandbox/include/asm/sections.h b/arch/sandbox/include/asm/sections.h
index 4c378600b0..fbc1bd11a3 100644
--- a/arch/sandbox/include/asm/sections.h
+++ b/arch/sandbox/include/asm/sections.h
@@ -11,9 +11,9 @@
#include <asm-generic/sections.h>
-struct sb_cmdline_option;
+struct sandbox_cmdline_option;
-extern struct sb_cmdline_option *__u_boot_sandbox_option_start[],
+extern struct sandbox_cmdline_option *__u_boot_sandbox_option_start[],
*__u_boot_sandbox_option_end[];
static inline size_t __u_boot_sandbox_option_count(void)