sw_apps:zynqmp_fsbl: Update SD boot mode

Changed the SD (SD0) boot mode as per bootmode pin encoding from 5 to 3.

Signed-off-by: Sarat Chand Savitala <saratcha@xilinx.com>
This commit is contained in:
Sarat Chand Savitala 2015-02-17 00:38:32 +05:30 committed by Nava kishore Manne
parent 8b1c93702d
commit 4a0709ace1

View file

@ -115,10 +115,10 @@ typedef struct {
#define XFSBL_JTAG_BOOT_MODE (0x0U)
#define XFSBL_QSPI24_BOOT_MODE (0x1U)
#define XFSBL_QSPI32_BOOT_MODE (0x2U)
#define XFSBL_SD_BOOT_MODE (0x3U)
#define XFSBL_NAND_BOOT_MODE (0x4U)
#define XFSBL_SD_BOOT_MODE (0x5U)
#define XFSBL_EMMC_BOOT_MODE (0x6U)
#define XFSBL_USB_BOOT_MODE (0x7U)
#define XFSBL_USB_BOOT_MODE (0x7U)
/**
* FSBL stages definition