diff options
Diffstat (limited to 'include/configs/omap4_common.h')
| -rw-r--r-- | include/configs/omap4_common.h | 7 | 
1 files changed, 6 insertions, 1 deletions
| diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h index f53576955..42a8f10ad 100644 --- a/include/configs/omap4_common.h +++ b/include/configs/omap4_common.h @@ -39,7 +39,7 @@  /* Get CPU defs */  #include <asm/arch/cpu.h> -#include <asm/arch/omap4.h> +#include <asm/arch/omap.h>  /* Display CPU and Board Info */  #define CONFIG_DISPLAY_CPUINFO		1 @@ -122,6 +122,9 @@  /* Flash */  #define CONFIG_SYS_NO_FLASH	1 +/* clocks */ +#define CONFIG_SYS_CLOCKS_ENABLE_ALL +  /* commands to include */  #include <config_cmd_default.h> @@ -278,4 +281,6 @@  #define CONFIG_SPL_SERIAL_SUPPORT  #define CONFIG_SPL_LDSCRIPT "arch/arm/cpu/armv7/omap-common/u-boot-spl.lds" +#define CONFIG_SYS_ENABLE_PADS_ALL +  #endif /* __CONFIG_OMAP4_COMMON_H */ |