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/am3517_evm.h | |
parent | 6d8abe6a8a5981685687a0f2fd660e034d974824 (diff) |
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/am3517_evm.h')
-rw-r--r-- | include/configs/am3517_evm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h index 3de50799621..c4e19e79b95 100644 --- a/include/configs/am3517_evm.h +++ b/include/configs/am3517_evm.h @@ -23,7 +23,7 @@ #define CONFIG_EMIF4 /* The chip has EMIF4 controller */ #include <asm/arch/cpu.h> /* get chip and board defs */ -#include <asm/arch/omap3.h> +#include <asm/arch/omap.h> /* * Display CPU and Board information |