]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm64: versal: Fix emmc boot mode boot_target issue
authorT Karthik Reddy <t.karthik.reddy@xilinx.com>
Mon, 16 Dec 2019 11:44:26 +0000 (04:44 -0700)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 14 Jan 2020 08:05:52 +0000 (09:05 +0100)
commit7c5b7bb1d7205f6c48419cd72c070386a19ca745
treefb6178aaa770b16a867e1de4f16aea61840ef15a
parent3dd0f8cccd6dae9740df1755ab261e72355a892d
arm64: versal: Fix emmc boot mode boot_target issue

Emmc boot devcie is mounted to sdhci@f1050000 controller on versal, while
in emmc boot mode, boot tragets are set to mmc0. So removed mmc0 and using
the dev seq number from the sdhci@f1050000 controller.
Dev seq number is setup based on DT aliases that's why needs to be setup at
run time.

Signed-off-by: T Karthik Reddy <t.karthik.reddy@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
board/xilinx/versal/board.c