aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2016-09-14 23:17:31 -0500
committerLokesh Vutla <lokeshvutla@ti.com>2016-09-15 09:53:05 +0530
commit19f84ada4bf598b759cf5ab9008b0e79398635dd (patch)
tree76ea97c5eebff7a9a93714a275607c1c6683d954 /include
parentf04b94937e04dcb2066baebeff5dc2fb64268c37 (diff)
downloadjacinto6evm-19f84ada4bf598b759cf5ab9008b0e79398635dd.tar.gz
ARM: DRA7x/AM57xx: Get rid of CONFIG_AM57XX
CONFIG_AM57XX is just an unnecessary macro that is redundant given So, remove the same instead of spreading through out the u-boot source code and getting in the way to maintain common code for DRA7x family. Acked-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/am57xx_evm.h2
-rw-r--r--include/configs/ti_omap5_common.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/am57xx_evm.h b/include/configs/am57xx_evm.h
index 9d6917699e..3aa3fad364 100644
--- a/include/configs/am57xx_evm.h
+++ b/include/configs/am57xx_evm.h
@@ -12,7 +12,7 @@
#ifndef __CONFIG_AM57XX_EVM_H
#define __CONFIG_AM57XX_EVM_H
-#define CONFIG_AM57XX
+#define CONFIG_DRA7XX
#define CONFIG_IODELAY_RECALIBRATION
diff --git a/include/configs/ti_omap5_common.h b/include/configs/ti_omap5_common.h
index 697d2db374..a5669185f1 100644
--- a/include/configs/ti_omap5_common.h
+++ b/include/configs/ti_omap5_common.h
@@ -165,7 +165,7 @@
#endif
/* DRA7xx/AM57xx have 512K of SRAM, OMAP5 only 128K */
-#if defined(CONFIG_DRA7XX) || defined(CONFIG_AM57XX)
+#if defined(CONFIG_DRA7XX)
#define CONFIG_SPL_BOOT_END 0x4037E000
#else
#define CONFIG_SPL_BOOT_END 0x4031E000