summaryrefslogtreecommitdiff
path: root/include/configs/socrates.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-20 15:07:54 +0300
committerTom Rini <trini@konsulko.com>2022-07-06 00:05:00 +0300
commit1bc8ef4d702345117d77c2e704d82102774148aa (patch)
treec13881ff5c68f56621acfca42969636c381da123 /include/configs/socrates.h
parent31a8f5545eb8f2d2e1bdf0ccdb1d1b63a16c9008 (diff)
downloadu-boot-1bc8ef4d702345117d77c2e704d82102774148aa.tar.xz
socrates: Rework CONFIG_PCI_CLK_FREQ
The symbol CONFIG_PCI_CLK_FREQ is local to this board. Provide equal clarity in the code by referencing the numeric value directly and move the explanatory comment to the code, just prior to use. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/socrates.h')
-rw-r--r--include/configs/socrates.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/socrates.h b/include/configs/socrates.h
index 14f7bb9f71..6a78cb1f26 100644
--- a/include/configs/socrates.h
+++ b/include/configs/socrates.h
@@ -123,8 +123,6 @@
* Memory space is mapped 1-1.
*/
-/* PCI is clocked by the external source at 33 MHz */
-#define CONFIG_PCI_CLK_FREQ 33000000
#define CONFIG_SYS_PCI1_MEM_BASE 0x80000000
#define CONFIG_SYS_PCI1_MEM_PHYS CONFIG_SYS_PCI1_MEM_BASE
#define CONFIG_SYS_PCI1_MEM_SIZE 0x20000000 /* 512M */