diff options
Diffstat (limited to 'include/configs/omap4_common.h')
| -rw-r--r-- | include/configs/omap4_common.h | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h index 11a33908b..42a8f10ad 100644 --- a/include/configs/omap4_common.h +++ b/include/configs/omap4_common.h @@ -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 */ |