[U-Boot] [PATCH] armv8: ls2080aqds: enable PPA support for SD boot

Signed-off-by: Santan Kumar santan.kumar@nxp.com --- Depends on Add support for SD boot https://patchwork.ozlabs.org/patch/734572/ Zhiqiang Hou's patch https://patchwork.ozlabs.org/patch/740194/
configs/ls2080aqds_sdcard_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/ls2080aqds_sdcard_defconfig b/configs/ls2080aqds_sdcard_defconfig index 874d49e..5667072 100644 --- a/configs/ls2080aqds_sdcard_defconfig +++ b/configs/ls2080aqds_sdcard_defconfig @@ -15,6 +15,7 @@ CONFIG_SYS_EXTRA_OPTIONS="SYS_FSL_DDR4, LS2080A" CONFIG_SD_BOOT=y CONFIG_BOOTDELAY=10 CONFIG_SPL=y +CONFIG_FSL_LS_PPA=y CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR=y CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x8b0 CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT=y

On 03/21/2017 04:15 AM, Santan Kumar wrote:
Signed-off-by: Santan Kumar santan.kumar@nxp.com
Depends on Add support for SD boot https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpatchwork... Zhiqiang Hou's patch https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpatchwork...
configs/ls2080aqds_sdcard_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/ls2080aqds_sdcard_defconfig b/configs/ls2080aqds_sdcard_defconfig index 874d49e..5667072 100644 --- a/configs/ls2080aqds_sdcard_defconfig +++ b/configs/ls2080aqds_sdcard_defconfig @@ -15,6 +15,7 @@ CONFIG_SYS_EXTRA_OPTIONS="SYS_FSL_DDR4, LS2080A" CONFIG_SD_BOOT=y CONFIG_BOOTDELAY=10 CONFIG_SPL=y +CONFIG_FSL_LS_PPA=y CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR=y
This patch is no longer needed after patch https://patchwork.ozlabs.org/patch/758928/ is applied.
York
participants (2)
-
Santan Kumar
-
York Sun