]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - test/command_ut.c
engicam: Add fdt_addr env value based on cpu_type
[people/ms/u-boot.git] / test / command_ut.c
index 54bf62b9bc301a5e1c2bdfa0be8224d33852acda..21283eb35732568abd464f10a1d8fa32aac3f931 100644 (file)
@@ -43,7 +43,7 @@ static int do_ut_cmd(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
        assert(run_command_list("false", -1, 0) == 1);
        assert(run_command_list("echo", -1, 0) == 0);
 
-#ifdef CONFIG_SYS_HUSH_PARSER
+#ifdef CONFIG_HUSH_PARSER
        run_command("setenv foo 'setenv black 1\nsetenv adder 2'", 0);
        run_command("run foo", 0);
        assert(getenv("black") != NULL);