diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-06-16 17:19:11 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-05 13:57:01 -0600 |
commit | 747ae744561bf5a9ee069d48c1bfc94a18e1c015 (patch) | |
tree | d9243d83fda9ecc0263145a77f1437f2360c3202 /include/configs/ls1088a_common.h | |
parent | 18908395edcee8450d742c670610557751866393 (diff) | |
download | u-boot-747ae744561bf5a9ee069d48c1bfc94a18e1c015.tar.gz |
configs: Remove duplicate newlines
Drop all duplicate newlines from config headers.
No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'include/configs/ls1088a_common.h')
-rw-r--r-- | include/configs/ls1088a_common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/ls1088a_common.h b/include/configs/ls1088a_common.h index 720a95d2f53..34085eeecc7 100644 --- a/include/configs/ls1088a_common.h +++ b/include/configs/ls1088a_common.h @@ -42,7 +42,6 @@ /* I2C */ - /* Serial Port */ #define CFG_SYS_NS16550_CLK (get_bus_freq(0) / 2) @@ -84,11 +83,9 @@ unsigned long long get_qixis_addr(void); #define QIXIS_BASE_PHYS 0x20000000 #define QIXIS_BASE_PHYS_EARLY 0xC000000 - #define CFG_SYS_NAND_BASE 0x530000000ULL #define CFG_SYS_NAND_BASE_PHYS 0x30000000 - /* MC firmware */ /* TODO Actual DPL max length needs to be confirmed with the MC FW team */ #define CFG_SYS_LS_MC_DPC_MAX_LENGTH 0x20000 |