diff options
Diffstat (limited to 'arch/arm/cpu/armv7/omap-common/spl_nand.c')
| -rw-r--r-- | arch/arm/cpu/armv7/omap-common/spl_nand.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/arm/cpu/armv7/omap-common/spl_nand.c b/arch/arm/cpu/armv7/omap-common/spl_nand.c index 1e6b5f0db..9e9206ce3 100644 --- a/arch/arm/cpu/armv7/omap-common/spl_nand.c +++ b/arch/arm/cpu/armv7/omap-common/spl_nand.c @@ -21,7 +21,7 @@   * MA 02111-1307 USA   */  #include <common.h> -#include <asm/spl.h> +#include <spl.h>  #include <asm/u-boot.h>  #include <asm/utils.h>  #include <asm/io.h> |