diff options
| author | Tom Rini <[email protected]> | 2022-12-04 10:04:03 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-23 10:09:43 -0500 |
| commit | da495570030b07483af1d84eaba995b9bb43de3f (patch) | |
| tree | 04d9352336f5304f461abda381cfd7c8ad2ae23d /include | |
| parent | 193d7ab1e3396bac10f00d4b9b2d8dab6158390c (diff) | |
global: Migrate CONFIG_FSL_SERDES1 to CFG
Perform a simple rename of CONFIG_FSL_SERDES1 to CFG_FSL_SERDES1
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/MPC837XERDB.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/MPC837XERDB.h b/include/configs/MPC837XERDB.h index fad161597e6..9fc12dabb5c 100644 --- a/include/configs/MPC837XERDB.h +++ b/include/configs/MPC837XERDB.h @@ -149,7 +149,7 @@ #define CFG_SYS_NS16550_COM2 (CONFIG_SYS_IMMR+0x4600) /* SERDES */ -#define CONFIG_FSL_SERDES1 0xe3000 +#define CFG_FSL_SERDES1 0xe3000 #define CONFIG_FSL_SERDES2 0xe3100 /* I2C */ |
