summaryrefslogtreecommitdiffstats
path: root/include/configs/omap3_zoom1.h
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2015-03-09 17:12:04 -0500
committerTom Rini <trini@konsulko.com>2015-03-13 09:28:57 -0400
commit987ec5851c5c303417fb04a6a0fed6e4603e1a24 (patch)
treed6be671bc2930dd27cb6093966bb62fa9b3823d1 /include/configs/omap3_zoom1.h
parent6d8abe6a8a5981685687a0f2fd660e034d974824 (diff)
downloadtalos-obmc-uboot-987ec5851c5c303417fb04a6a0fed6e4603e1a24.tar.gz
talos-obmc-uboot-987ec5851c5c303417fb04a6a0fed6e4603e1a24.zip
ARM: OMAP3: Rename omap3.h to omap.h to be generic as all SoCs
This is in preperation of using generic cross OMAP code. Signed-off-by: Nishanth Menon <nm@ti.com> Tested-by: Matt Porter <mporter@konsulko.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/omap3_zoom1.h')
-rw-r--r--include/configs/omap3_zoom1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/omap3_zoom1.h b/include/configs/omap3_zoom1.h
index c5d742c2bd..611cd5e1a3 100644
--- a/include/configs/omap3_zoom1.h
+++ b/include/configs/omap3_zoom1.h
@@ -22,7 +22,7 @@
#define CONFIG_NAND
#define CONFIG_NR_DRAM_BANKS 2 /* CS1 may or may not be populated */
#include <asm/arch/cpu.h> /* get chip and board defs */
-#include <asm/arch/omap3.h>
+#include <asm/arch/omap.h>
#include <configs/ti_omap3_common.h>
/* Remove SPL boot option - we do not support that on LDP yet */
OpenPOWER on IntegriCloud