diff options
author | Enric Balletbò i Serra <eballetbo@gmail.com> | 2013-12-06 21:30:19 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-01-24 11:38:39 -0500 |
commit | 3d657a05a9cba0415fa028ac3d5acc5ec883bf00 (patch) | |
tree | 67d94fad989239fb24355e120b6aae461e8b59f8 /include/configs/dra7xx_evm.h | |
parent | 6c0a032a3280daf96924b689f47e62bd09472260 (diff) | |
download | u-boot-3d657a05a9cba0415fa028ac3d5acc5ec883bf00.tar.gz |
ARM: OMAP5: Rename to ti_omap5_common.h
Follow the pattern ti_<processor family>_common.h used by other TI processors
to be coherent. So just rename omap5_common.h to ti_omap5_common.h.
Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'include/configs/dra7xx_evm.h')
-rw-r--r-- | include/configs/dra7xx_evm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h index f210ed8b92..04ae3ca41d 100644 --- a/include/configs/dra7xx_evm.h +++ b/include/configs/dra7xx_evm.h @@ -4,7 +4,7 @@ * Lokesh Vutla <lokeshvutla@ti.com> * * Configuration settings for the TI DRA7XX board. - * See omap5_common.h for omap5 common settings. + * See ti_omap5_common.h for omap5 common settings. * * SPDX-License-Identifier: GPL-2.0+ */ @@ -34,7 +34,7 @@ #define CONFIG_SYS_OMAP_ABE_SYSCK -#include <configs/omap5_common.h> +#include <configs/ti_omap5_common.h> /* CPSW Ethernet */ #define CONFIG_CMD_NET /* 'bootp' and 'tftp' */ |