Skip to content

Commit

Permalink
arm64: zynqmp: Remove uneeded empty line from psu_init* files
Browse files Browse the repository at this point in the history
Remove additional and useless newline which was fixed with upstreaming.

Signed-off-by: Michal Simek <[email protected]>
  • Loading branch information
Michal Simek committed Apr 23, 2018
1 parent 7baff73 commit 8ea3886
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion board/xilinx/zynqmp/zynqmp-zc1254-revA/psu_init_gpl.c
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ static unsigned long psu_ddr_phybringup_data(void)
unsigned int pll_locked = 0;

while ((pll_retry > 0) && (!pll_locked)) {

Xil_Out32(0xFD080004, 0x00040010);
Xil_Out32(0xFD080004, 0x00040011);

Expand Down
1 change: 0 additions & 1 deletion board/xilinx/zynqmp/zynqmp-zc1751-xm015-dc1/psu_init_gpl.c
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,6 @@ static unsigned long psu_ddr_phybringup_data(void)
unsigned int pll_locked = 0;

while ((pll_retry > 0) && (!pll_locked)) {

Xil_Out32(0xFD080004, 0x00040010);
Xil_Out32(0xFD080004, 0x00040011);

Expand Down
1 change: 0 additions & 1 deletion board/xilinx/zynqmp/zynqmp-zc1751-xm016-dc2/psu_init_gpl.c
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,6 @@ static unsigned long psu_ddr_phybringup_data(void)
unsigned int pll_locked = 0;

while ((pll_retry > 0) && (!pll_locked)) {

Xil_Out32(0xFD080004, 0x00040010);
Xil_Out32(0xFD080004, 0x00040011);

Expand Down
1 change: 0 additions & 1 deletion board/xilinx/zynqmp/zynqmp-zc1751-xm017-dc3/psu_init_gpl.c
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,6 @@ static unsigned long psu_ddr_phybringup_data(void)
unsigned int pll_locked = 0;

while ((pll_retry > 0) && (!pll_locked)) {

Xil_Out32(0xFD080004, 0x00040010);
Xil_Out32(0xFD080004, 0x00040011);

Expand Down
1 change: 0 additions & 1 deletion board/xilinx/zynqmp/zynqmp-zc1751-xm018-dc4/psu_init_gpl.c
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,6 @@ static unsigned long psu_ddr_phybringup_data(void)
unsigned int pll_locked = 0;

while ((pll_retry > 0) && (!pll_locked)) {

Xil_Out32(0xFD080004, 0x00040010);
Xil_Out32(0xFD080004, 0x00040011);

Expand Down
1 change: 0 additions & 1 deletion board/xilinx/zynqmp/zynqmp-zc1751-xm019-dc5/psu_init_gpl.c
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,6 @@ static unsigned long psu_ddr_phybringup_data(void)
unsigned int pll_locked = 0;

while ((pll_retry > 0) && (!pll_locked)) {

Xil_Out32(0xFD080004, 0x00040010);
Xil_Out32(0xFD080004, 0x00040011);

Expand Down
1 change: 0 additions & 1 deletion board/xilinx/zynqmp/zynqmp-zcu100-revC/psu_init_gpl.c
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,6 @@ static unsigned long psu_ddr_phybringup_data(void)
unsigned int pll_locked = 0;

while ((pll_retry > 0) && (!pll_locked)) {

Xil_Out32(0xFD080004, 0x00040010);
Xil_Out32(0xFD080004, 0x00040011);

Expand Down
1 change: 0 additions & 1 deletion board/xilinx/zynqmp/zynqmp-zcu104-revA/psu_init_gpl.c
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,6 @@ static unsigned long psu_ddr_phybringup_data(void)
unsigned int pll_locked = 0;

while ((pll_retry > 0) && (!pll_locked)) {

Xil_Out32(0xFD080004, 0x00040010);
Xil_Out32(0xFD080004, 0x00040011);

Expand Down

0 comments on commit 8ea3886

Please sign in to comment.