summaryrefslogtreecommitdiff
path: root/include/configs/am3517_evm.h
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 /include/configs/am3517_evm.h
parent8f339d23460fd5a0231d080a26e8749de77a9c9f (diff)
downloadu-boot-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 'include/configs/am3517_evm.h')
-rw-r--r--include/configs/am3517_evm.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h
index 7490f2b..27d64ea 100644
--- a/include/configs/am3517_evm.h
+++ b/include/configs/am3517_evm.h
@@ -13,10 +13,6 @@
#ifndef __CONFIG_H
#define __CONFIG_H
-/* High Level Configuration Options */
-
-#define CONFIG_OMAP
-
#define CONFIG_NR_DRAM_BANKS 2 /* CS1 may or may not be populated */
#define CONFIG_EMIF4 /* The chip has EMIF4 controller */