diff options
Diffstat (limited to 'include/configs/omap4_panda.h')
| -rw-r--r-- | include/configs/omap4_panda.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h index 73dc08859..7378acdb2 100644 --- a/include/configs/omap4_panda.h +++ b/include/configs/omap4_panda.h @@ -4,7 +4,7 @@   * Steve Sakoman  <steve@sakoman.com>   *   * Configuration settings for the TI OMAP4 Panda board. - * See omap4_common.h for OMAP4 common part + * See ti_omap4_common.h for OMAP4 common part   *   * SPDX-License-Identifier:	GPL-2.0+   */ @@ -36,7 +36,7 @@  #define CONFIG_CMD_PING  #define CONFIG_CMD_DHCP -#include <configs/omap4_common.h> +#include <configs/ti_omap4_common.h>  #define CONFIG_CMD_NET  /* GPIO */  |