diff options
| author | Tom Rini <trini@ti.com> | 2013-12-10 09:36:23 -0500 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-12-10 09:36:23 -0500 | 
| commit | 65b7fe28a12bbaccc7a0c076f5f9f213150030e7 (patch) | |
| tree | 96be894262501d04c9bb637a837180b7708e49e8 /arch/sandbox/include/asm/sections.h | |
| parent | e1e3de79515b95712a41f52c86a0181530f2fc03 (diff) | |
| parent | ca9a501953ce945da8e76d86a0ddf070a7f729b8 (diff) | |
| download | olio-uboot-2014.01-65b7fe28a12bbaccc7a0c076f5f9f213150030e7.tar.xz olio-uboot-2014.01-65b7fe28a12bbaccc7a0c076f5f9f213150030e7.zip | |
Merge branch 'spi' of git://git.denx.de/u-boot-x86
Diffstat (limited to 'arch/sandbox/include/asm/sections.h')
| -rw-r--r-- | arch/sandbox/include/asm/sections.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/arch/sandbox/include/asm/sections.h b/arch/sandbox/include/asm/sections.h index 4c378600b..fbc1bd11a 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) |