]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - board/renesas/ulcb/ulcb.c
ARM: dts: renesas: Stop using the -u-boot DTs for build
[thirdparty/u-boot.git] / board / renesas / ulcb / ulcb.c
index 8f5de2169953fe21185282f960e697d4a19a70a2..cda6976602d279acb28001e29838d739203bc3b2 100644 (file)
@@ -70,15 +70,15 @@ int board_fit_config_name_match(const char *name)
        u32 cpu_type = renesas_get_cpu_type();
 
        if ((cpu_type == RENESAS_CPU_TYPE_R8A7795) &&
-           !strcmp(name, "r8a77950-ulcb-u-boot"))
+           !strcmp(name, "r8a77950-ulcb"))
                return 0;
 
        if ((cpu_type == RENESAS_CPU_TYPE_R8A7796) &&
-           !strcmp(name, "r8a77960-ulcb-u-boot"))
+           !strcmp(name, "r8a77960-ulcb"))
                return 0;
 
        if ((cpu_type == RENESAS_CPU_TYPE_R8A77965) &&
-           !strcmp(name, "r8a77965-ulcb-u-boot"))
+           !strcmp(name, "r8a77965-ulcb"))
                return 0;
 
        return -1;