diff options
| author | Tom Rini <[email protected]> | 2021-09-12 20:32:32 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-09-27 21:38:34 -0400 |
| commit | f899cc14320d0929e7730d31c00830b2e0bcbcc0 (patch) | |
| tree | f075a19acc03fe6612492dcdbc7a46e2a36604e5 /common | |
| parent | b17cc8078137e71c11b25414ab291c8ebe2636b1 (diff) | |
ti: keystone: Move away from CONFIG_SOC_KEYSTONE
We have individual SOC symbols for each keystone 2 platform. Use the
existing CONFIG_ARCH_KEYSTONE rather than CONFIG_SOC_KEYSTONE to
encompass all of the keystone families.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'common')
| -rw-r--r-- | common/image-fdt.c | 2 |
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 |
