summaryrefslogtreecommitdiff
path: root/arch/arm/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-05-13 02:33:16 (GMT)
committerTom Rini <trini@konsulko.com>2017-05-15 14:39:56 (GMT)
commit89024ddc9ea63be4f71815a6a915fb3a58268d81 (patch)
tree419e11bdca20f19df7bc7817649fcfbd99adbdfc /arch/arm/include
parent8f339d23460fd5a0231d080a26e8749de77a9c9f (diff)
downloadu-boot-fsl-qoriq-89024ddc9ea63be4f71815a6a915fb3a58268d81.tar.xz
TI: Drop 'CONFIG_OMAP'
In the two cases in the code where we use CONFIG_OMAP as a useful test currently we can make use of CONFIG_ARCH_OMAP2PLUS instead. With that changed we can drop all defines of CONFIG_OMAP. While in here, CONFIG_OMAP3430 is only defined and then never used, so drop. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/spl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/spl.h b/arch/arm/include/asm/spl.h
index a0bda28..5d7f7e6 100644
--- a/arch/arm/include/asm/spl.h
+++ b/arch/arm/include/asm/spl.h
@@ -7,7 +7,7 @@
#ifndef _ASM_SPL_H_
#define _ASM_SPL_H_
-#if defined(CONFIG_OMAP) \
+#if defined(CONFIG_ARCH_OMAP2PLUS) \
|| defined(CONFIG_EXYNOS4) || defined(CONFIG_EXYNOS5) \
|| defined(CONFIG_EXYNOS4210)
/* Platform-specific defines */