diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-07-19 12:48:42 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-22 10:51:46 -0600 |
commit | 141615e59ec0ec4cc340656f02f9c36df16a3986 (patch) | |
tree | 876ce6cbb9f9ef8fd277959daf72d2d4924def09 /board/armltd | |
parent | 4afb91fe28cfb41e1cfd4c1822e49abfc174710a (diff) | |
download | u-boot-141615e59ec0ec4cc340656f02f9c36df16a3986.tar.gz |
board: armltd: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'board/armltd')
-rw-r--r-- | board/armltd/vexpress64/pcie.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/armltd/vexpress64/pcie.c b/board/armltd/vexpress64/pcie.c index 1045c905f73..301d95e44fa 100644 --- a/board/armltd/vexpress64/pcie.c +++ b/board/armltd/vexpress64/pcie.c @@ -109,7 +109,6 @@ static void xr3pci_setup_atr(void) XR3_PCI_MEMSPACE64_SIZE, XR3PCI_ATR_TRSLID_AXIMEMORY); - /* setup CPU to PCIe address translation table */ base = XR3_CONFIG_BASE + XR3PCI_ATR_AXI4_SLV0; |