diff options
| author | Tom Rini <[email protected]> | 2022-12-04 10:04:11 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-23 10:10:40 -0500 |
| commit | cdbf8459d017143dba1e798fecbd1046f98a7ece (patch) | |
| tree | d9d68b9bdb5b67fe0efbb4f4720123993b00fda5 /include | |
| parent | 35661f86eb0e647953d6a588059d1387b5be5ae5 (diff) | |
global: Migrate CONFIG_ICS307_REFCLK_HZ to CFG
Perform a simple rename of CONFIG_ICS307_REFCLK_HZ to CFG_ICS307_REFCLK_HZ
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/T208xQDS.h | 2 | ||||
| -rw-r--r-- | include/configs/T208xRDB.h | 2 | ||||
| -rw-r--r-- | include/configs/T4240RDB.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/T208xQDS.h b/include/configs/T208xQDS.h index 7f332cf2e3b..3b98d25aa47 100644 --- a/include/configs/T208xQDS.h +++ b/include/configs/T208xQDS.h @@ -13,7 +13,7 @@ #include <linux/stringify.h> -#define CONFIG_ICS307_REFCLK_HZ 25000000 /* ICS307 ref clk freq */ +#define CFG_ICS307_REFCLK_HZ 25000000 /* ICS307 ref clk freq */ /* High Level Configuration Options */ diff --git a/include/configs/T208xRDB.h b/include/configs/T208xRDB.h index d6dd9c07b73..60c2947bfc1 100644 --- a/include/configs/T208xRDB.h +++ b/include/configs/T208xRDB.h @@ -13,7 +13,7 @@ #include <linux/stringify.h> -#define CONFIG_ICS307_REFCLK_HZ 25000000 /* ICS307 ref clk freq */ +#define CFG_ICS307_REFCLK_HZ 25000000 /* ICS307 ref clk freq */ /* High Level Configuration Options */ diff --git a/include/configs/T4240RDB.h b/include/configs/T4240RDB.h index 22cbf92efb8..01a9f43cbae 100644 --- a/include/configs/T4240RDB.h +++ b/include/configs/T4240RDB.h @@ -12,7 +12,7 @@ #include <linux/stringify.h> -#define CONFIG_ICS307_REFCLK_HZ 25000000 /* ICS307 ref clk freq */ +#define CFG_ICS307_REFCLK_HZ 25000000 /* ICS307 ref clk freq */ #ifdef CONFIG_RAMBOOT_PBL #ifndef CONFIG_SDCARD |
