diff options
| author | Simon Glass <[email protected]> | 2016-01-21 19:43:36 -0700 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2016-01-21 20:42:34 -0700 |
| commit | 79d020ee74241251c0888a3badae9666e457eb6d (patch) | |
| tree | f6f09150767519ffde7d8cfb95a5075f62f4f988 /include | |
| parent | ec4ac4e7c07fb76f8d0ae5e0f1670f6f879618a6 (diff) | |
rockchip: Use pwrseq for MMC start-up on jerry
This is defined in the device tree in Linux. Copy over the settings so that
this can be used instead of hard-coding the reset line.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/rk3288_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h index 238711a6992..f47573b25c4 100644 --- a/include/configs/rk3288_common.h +++ b/include/configs/rk3288_common.h @@ -26,6 +26,7 @@ #define CONFIG_SYS_TIMER_COUNTER (CONFIG_SYS_TIMER_BASE + 8) #define CONFIG_SPL_FRAMEWORK +#define CONFIG_SPL_DRIVERS_MISC_SUPPORT #define CONFIG_SPL_LIBCOMMON_SUPPORT #define CONFIG_SPL_LIBGENERIC_SUPPORT #define CONFIG_SPL_SERIAL_SUPPORT |
