aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-12-17 18:08:36 -0500
committerTom Rini <trini@konsulko.com>2021-12-27 16:20:18 -0500
commit86e4c4f7b3471556a480ffc0f16ed485862e10a9 (patch)
treea0c9c5a0a177bf4c06ed19d4f61e65534b888528 /include/configs
parent2f8a6db5d83b103e372172422a3d0aff873f1299 (diff)
downloadu-boot-86e4c4f7b3471556a480ffc0f16ed485862e10a9.zip
u-boot-86e4c4f7b3471556a480ffc0f16ed485862e10a9.tar.gz
u-boot-86e4c4f7b3471556a480ffc0f16ed485862e10a9.tar.bz2
Convert CONFIG_83XX_PCICLK to Kconfig
This converts the following to Kconfig: CONFIG_83XX_PCICLK Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/km/km-mpc8309.h5
-rw-r--r--include/configs/km/km-mpc832x.h5
-rw-r--r--include/configs/kmcoge5ne.h5
3 files changed, 0 insertions, 15 deletions
diff --git a/include/configs/km/km-mpc8309.h b/include/configs/km/km-mpc8309.h
index 47a335b..98204bd 100644
--- a/include/configs/km/km-mpc8309.h
+++ b/include/configs/km/km-mpc8309.h
@@ -5,11 +5,6 @@
#define CONFIG_KM_DEF_ARCH "arch=ppc_82xx\0"
-/*
- * System Clock Setup
- */
-#define CONFIG_83XX_PCICLK 66000000
-
/* QE microcode/firmware address */
/* between the u-boot partition and env */
diff --git a/include/configs/km/km-mpc832x.h b/include/configs/km/km-mpc832x.h
index d985ab7..54018da 100644
--- a/include/configs/km/km-mpc832x.h
+++ b/include/configs/km/km-mpc832x.h
@@ -4,11 +4,6 @@
#define CONFIG_KM8321 /* Keymile PBEC8321 board specific */
/*
- * System Clock Setup
- */
-#define CONFIG_83XX_PCICLK 66000000
-
-/*
* System IO Config
*/
#define CONFIG_SYS_SICRL SICRL_IRQ_CKS
diff --git a/include/configs/kmcoge5ne.h b/include/configs/kmcoge5ne.h
index 9e1f802..8f4685c 100644
--- a/include/configs/kmcoge5ne.h
+++ b/include/configs/kmcoge5ne.h
@@ -24,11 +24,6 @@
#include "km/km-mpc83xx.h"
#include "km/km-mpc8360.h"
-/*
- * System Clock Setup
- */
-#define CONFIG_83XX_PCICLK 66000000
-
/**
* KMCOGE5NE has 512 MB RAM
*/