]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/sandbox/cpu/os.c
sandbox: Rename sb_cmdline_option to sandbox_cmdline_option
[karo-tx-uboot.git] / arch / sandbox / cpu / os.c
index db66fd31f254cd733abaadb7db0a0b4c5390dc43..26f44cb597ef14cd8f05376e0b96fd2ab2522ae1 100644 (file)
@@ -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;