mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
arm: zynq: Add an info message about post config
Post configuration cant be run at u-boot as u-boot didn't has any info about the design.So,this patch adds an info message that post config was not run and needs to be run manually if needed. Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
committed by
Michal Simek
parent
c7490907d1
commit
31f7ce7f9b
@@ -408,6 +408,8 @@ static int zynq_load(xilinx_desc *desc, const void *buf, size_t bsize,
|
|||||||
if (bstype != BIT_PARTIAL)
|
if (bstype != BIT_PARTIAL)
|
||||||
zynq_slcr_devcfg_enable();
|
zynq_slcr_devcfg_enable();
|
||||||
|
|
||||||
|
puts("INFO:post config was not run, please run manually if needed\n");
|
||||||
|
|
||||||
return FPGA_SUCCESS;
|
return FPGA_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user