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/cpu/os.c | |
parent | e1e3de79515b95712a41f52c86a0181530f2fc03 (diff) | |
parent | ca9a501953ce945da8e76d86a0ddf070a7f729b8 (diff) |
Merge branch 'spi' of git://git.denx.de/u-boot-x86
Diffstat (limited to 'arch/sandbox/cpu/os.c')
-rw-r--r-- | arch/sandbox/cpu/os.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sandbox/cpu/os.c b/arch/sandbox/cpu/os.c index db66fd31f25..26f44cb597e 100644 --- a/arch/sandbox/cpu/os.c +++ b/arch/sandbox/cpu/os.c @@ -161,7 +161,7 @@ static struct option *long_opts; int os_parse_args(struct sandbox_state *state, int argc, char *argv[]) { - struct sb_cmdline_option **sb_opt = __u_boot_sandbox_option_start; + struct sandbox_cmdline_option **sb_opt = __u_boot_sandbox_option_start; size_t num_options = __u_boot_sandbox_option_count(); size_t i; |