diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/am335x_evm.h | 3 | ||||
| -rw-r--r-- | include/configs/pcm051.h | 3 | 
2 files changed, 2 insertions, 4 deletions
| diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 92daff5e0..b7c443c57 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -18,8 +18,7 @@  #define CONFIG_AM33XX -#include <asm/arch/cpu.h> -#include <asm/arch/hardware.h> +#include <asm/arch/omap.h>  #define CONFIG_DMA_COHERENT  #define CONFIG_DMA_COHERENT_SIZE	(1 << 20) diff --git a/include/configs/pcm051.h b/include/configs/pcm051.h index 63ab12329..d0ea74e0b 100644 --- a/include/configs/pcm051.h +++ b/include/configs/pcm051.h @@ -21,8 +21,7 @@  #define CONFIG_AM33XX -#include <asm/arch/cpu.h> -#include <asm/arch/hardware.h> +#include <asm/arch/omap.h>  #define CONFIG_DMA_COHERENT  #define CONFIG_DMA_COHERENT_SIZE	(1 << 20) |