]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - board/renesas/ulcb/ulcb.c
ARM: dts: renesas: Replace R8A77950 with R8A77951
[thirdparty/u-boot.git] / board / renesas / ulcb / ulcb.c
index cda6976602d279acb28001e29838d739203bc3b2..64f01b123cb20b9c23d570dbb6221b2d7ad968d7 100644 (file)
@@ -70,7 +70,7 @@ 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"))
+           !strcmp(name, "r8a77951-ulcb"))
                return 0;
 
        if ((cpu_type == RENESAS_CPU_TYPE_R8A7796) &&