diff options
| author | Nikita Kiryanov <[email protected]> | 2015-11-08 17:11:53 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-11-18 14:50:05 -0500 |
| commit | 7b9e980e870294ab36f5b0f36abcb034a4955d29 (patch) | |
| tree | fdb327e283409f4ba748ab1feee055ad700dc03d /include | |
| parent | 310c8466cf65ade9bd33766ddc16cb886562b50b (diff) | |
arm: mx6: cm-fx6: define fallback boot devices for spl
Use spl alternate boot device feature to define fallback to
the main boot device as it is defined by hardware.
Signed-off-by: Nikita Kiryanov <[email protected]>
Cc: Igor Grinberg <[email protected]>
Cc: Stefano Babic <[email protected]>
Cc: Tom Rini <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Stefano Babic <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/cm_fx6.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/cm_fx6.h b/include/configs/cm_fx6.h index 05132047b78..180ea280be6 100644 --- a/include/configs/cm_fx6.h +++ b/include/configs/cm_fx6.h @@ -230,7 +230,6 @@ /* SPL */ #include "imx6_spl.h" -#define CONFIG_SPL_BOARD_INIT #define CONFIG_SPL_MMC_SUPPORT #define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR 0x80 /* offset 64 kb */ #define CONFIG_SYS_MONITOR_LEN (CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS / 2 * 1024) |
