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_logic.h | |
parent | 6d8abe6a8a5981685687a0f2fd660e034d974824 (diff) | |
download | u-boot-987ec5851c5c303417fb04a6a0fed6e4603e1a24.tar.gz u-boot-987ec5851c5c303417fb04a6a0fed6e4603e1a24.tar.xz u-boot-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_logic.h')
-rw-r--r-- | include/configs/omap3_logic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h index aeb385f5ff..fcef467358 100644 --- a/include/configs/omap3_logic.h +++ b/include/configs/omap3_logic.h @@ -24,7 +24,7 @@ #define CONFIG_SDRC /* The chip has SDRC 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 |