diff options
author | Nishanth Menon <nm@ti.com> | 2015-03-09 17:12:04 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-13 09:28:57 -0400 |
commit | 987ec5851c5c303417fb04a6a0fed6e4603e1a24 (patch) | |
tree | d6be671bc2930dd27cb6093966bb62fa9b3823d1 /include/configs/omap3_zoom1.h | |
parent | 6d8abe6a8a5981685687a0f2fd660e034d974824 (diff) | |
download | u-boot-imx-987ec5851c5c303417fb04a6a0fed6e4603e1a24.zip u-boot-imx-987ec5851c5c303417fb04a6a0fed6e4603e1a24.tar.gz u-boot-imx-987ec5851c5c303417fb04a6a0fed6e4603e1a24.tar.bz2 |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/omap3_zoom1.h b/include/configs/omap3_zoom1.h index c5d742c..611cd5e 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 */ |