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_evm_quick_mmc.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/omap3_evm_quick_mmc.h')
-rw-r--r-- | include/configs/omap3_evm_quick_mmc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/omap3_evm_quick_mmc.h b/include/configs/omap3_evm_quick_mmc.h index 1185f42550..a7acc1becb 100644 --- a/include/configs/omap3_evm_quick_mmc.h +++ b/include/configs/omap3_evm_quick_mmc.h @@ -13,7 +13,7 @@ #define __OMAP3_EVM_QUICK_MMC_H #include <asm/arch/cpu.h> -#include <asm/arch/omap3.h> +#include <asm/arch/omap.h> /* ---------------------------------------------------------------------------- * Supported U-boot commands |