summaryrefslogtreecommitdiff
path: root/common/image-fdt.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-09-28 19:18:56 -0400
committerTom Rini <trini@konsulko.com>2021-09-28 19:18:56 -0400
commitba17871884c10f64082ddba2f0632ec44a3ae490 (patch)
tree57a40015688fa395170307950c11cc528472b85e /common/image-fdt.c
parent68545c1ac123520598eacc0e5078da2730a1916a (diff)
parent4b62ba8fa297183e74049d7aca855000134bafc9 (diff)
Merge branch '2021-09-25-TI-platform-updates' into next
- Start moving some TI board docs to rST - Assorted TI-specific Kconfig migrations and namespace cleanups. This also allows for some code cleanups.
Diffstat (limited to 'common/image-fdt.c')
-rw-r--r--common/image-fdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/image-fdt.c b/common/image-fdt.c
index 9441e63a3d4..b698e961fe7 100644
--- a/common/image-fdt.c
+++ b/common/image-fdt.c
@@ -628,7 +628,7 @@ int image_setup_libfdt(bootm_headers_t *images, void *blob,
if (!ft_verify_fdt(blob))
goto err;
-#if defined(CONFIG_SOC_KEYSTONE)
+#if defined(CONFIG_ARCH_KEYSTONE)
if (IMAGE_OF_BOARD_SETUP)
ft_board_setup_ex(blob, gd->bd);
#endif