diff options
| author | Alex Kiernan <[email protected]> | 2019-05-01 07:58:27 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-05-04 13:04:12 -0400 |
| commit | 623de3f08631bd8aab79f38b71ada18a1f9d836f (patch) | |
| tree | b6f32cecf7b0dfcd2c529aa67539bbca11508af1 /configs/vinco_defconfig | |
| parent | cef443c1666cc70d7b0902936311da986d09a77c (diff) | |
Convert CONFIG_SUPPORT_EMMC_BOOT to Kconfig
This converts the following to Kconfig:
CONFIG_SUPPORT_EMMC_BOOT
As requested by Michal Simek <[email protected]>, these boards
have no eMMC so CONFIG_SUPPORT_EMMC_BOOT has not been migrated:
xilinx_zynqmp_zc1275_revB
xilinx_zynqmp_zc1751_xm018_dc4
xilinx_zynqmp_zc1751_xm019_dc5
xilinx_zynqmp_zcu100_revC
xilinx_zynqmp_zcu102_rev1_0
xilinx_zynqmp_zcu102_revA
xilinx_zynqmp_zcu102_revB
xilinx_zynqmp_zcu104_revA
xilinx_zynqmp_zcu104_revC
xilinx_zynqmp_zcu106_revA
xilinx_zynqmp_zcu111_revA
Signed-off-by: Alex Kiernan <[email protected]>
Acked-by: Lukasz Majewski <[email protected]>
Acked-by: Patrick Delaunay <[email protected]>
Acked-by: Ramon Fried <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Tested-by: Sébastien Szymanski <[email protected]>
Diffstat (limited to 'configs/vinco_defconfig')
| -rw-r--r-- | configs/vinco_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/vinco_defconfig b/configs/vinco_defconfig index 5d929437bf3..745aa85f3b6 100644 --- a/configs/vinco_defconfig +++ b/configs/vinco_defconfig @@ -27,6 +27,7 @@ CONFIG_CMD_FAT=y CONFIG_OF_CONTROL=y CONFIG_DEFAULT_DEVICE_TREE="at91-vinco" CONFIG_ENV_IS_IN_SPI_FLASH=y +CONFIG_SUPPORT_EMMC_BOOT=y CONFIG_SPI_FLASH=y CONFIG_SF_DEFAULT_MODE=0 CONFIG_SF_DEFAULT_SPEED=50000000 |
