mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
arm: zynq: Get rid of ps7_reset_apu() for syzygy board
There is no reason to call separate function. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
f0b619ec29
commit
a8ea299c48
1 changed files with 1 additions and 7 deletions
|
|
@ -347,17 +347,11 @@ int ps7_post_config(void)
|
|||
return ps7_config(ps7_post_config_3_0);
|
||||
}
|
||||
|
||||
|
||||
int ps7_reset_apu(void)
|
||||
{
|
||||
return ps7_config(ps7_reset_apu_3_0);
|
||||
}
|
||||
|
||||
int ps7_init(void)
|
||||
{
|
||||
int ret;
|
||||
|
||||
ret = ps7_reset_apu();
|
||||
ret = ps7_config(ps7_reset_apu_3_0);
|
||||
if (ret != PS7_INIT_SUCCESS)
|
||||
return ret;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue