diff options
author | Mario Six <mario.six@gdsys.cc> | 2019-01-21 09:18:11 +0100 |
---|---|---|
committer | Mario Six <mario.six@gdsys.cc> | 2019-05-21 07:52:33 +0200 |
commit | ba463c116963e87bf2377ef8e0cdf4967c48fea7 (patch) | |
tree | 72beaf77e7fabbac7be0cf8924627816a84b3bff /include/configs/strider.h | |
parent | 71da74743180c81c3af31108839b5d0e6a1aff87 (diff) | |
download | u-boot-ba463c116963e87bf2377ef8e0cdf4967c48fea7.tar.gz u-boot-ba463c116963e87bf2377ef8e0cdf4967c48fea7.tar.xz u-boot-ba463c116963e87bf2377ef8e0cdf4967c48fea7.zip |
mpc8308: Migrate system io config to Kconfig
Migrate the system IO configuration setting to Kconfig.
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'include/configs/strider.h')
-rw-r--r-- | include/configs/strider.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/include/configs/strider.h b/include/configs/strider.h index fe2d89f2a6..8afd17d1b0 100644 --- a/include/configs/strider.h +++ b/include/configs/strider.h @@ -16,31 +16,6 @@ #define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC83xx_ESDHC_ADDR /* - * System IO Config - */ -#define CONFIG_SYS_SICRH (\ - SICRH_ESDHC_A_SD |\ - SICRH_ESDHC_B_SD |\ - SICRH_ESDHC_C_SD |\ - SICRH_GPIO_A_GPIO |\ - SICRH_GPIO_B_GPIO |\ - SICRH_IEEE1588_A_GPIO |\ - SICRH_USB |\ - SICRH_GTM_GPIO |\ - SICRH_IEEE1588_B_GPIO |\ - SICRH_ETSEC2_GPIO |\ - SICRH_GPIOSEL_1 |\ - SICRH_TMROBI_V3P3 |\ - SICRH_TSOBI1_V2P5 |\ - SICRH_TSOBI2_V2P5) /* 0x0037f103 */ -#define CONFIG_SYS_SICRL (\ - SICRL_SPI_PF0 |\ - SICRL_UART_PF0 |\ - SICRL_IRQ_PF0 |\ - SICRL_I2C2_PF0 |\ - SICRL_ETSEC1_TX_CLK) /* 0x00000000 */ - -/* * SERDES */ #define CONFIG_FSL_SERDES |