summaryrefslogtreecommitdiff
path: root/board/renesas/salvator-x/salvator-x.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-04-29 17:39:18 +0300
committerTom Rini <trini@konsulko.com>2020-04-29 17:39:18 +0300
commit6864fc8704661878294d1f0f981f47e864ef470f (patch)
tree4b1f116a26cfdded81f80b665a2d92375af6f74e /board/renesas/salvator-x/salvator-x.c
parent5bec37eb72bdb43d683593148f4911f1e1f34980 (diff)
parent836f1ce6c772ef5d1c545edec62bb177708fc150 (diff)
downloadu-boot-6864fc8704661878294d1f0f981f47e864ef470f.tar.xz
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sh
- rmobile gen2/gen3 DTS sync and defconfig consolidation
Diffstat (limited to 'board/renesas/salvator-x/salvator-x.c')
-rw-r--r--board/renesas/salvator-x/salvator-x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/renesas/salvator-x/salvator-x.c b/board/renesas/salvator-x/salvator-x.c
index 058fa6fbb6..91c3728571 100644
--- a/board/renesas/salvator-x/salvator-x.c
+++ b/board/renesas/salvator-x/salvator-x.c
@@ -93,11 +93,11 @@ int board_fit_config_name_match(const char *name)
u32 cpu_type = rmobile_get_cpu_type();
if ((cpu_type == RMOBILE_CPU_TYPE_R8A7795) &&
- !strcmp(name, "r8a7795-salvator-x-u-boot"))
+ !strcmp(name, "r8a77950-salvator-x-u-boot"))
return 0;
if ((cpu_type == RMOBILE_CPU_TYPE_R8A7796) &&
- !strcmp(name, "r8a7796-salvator-x-u-boot"))
+ !strcmp(name, "r8a77960-salvator-x-u-boot"))
return 0;
if ((cpu_type == RMOBILE_CPU_TYPE_R8A77965) &&