diff options
author | Mario Six | 2019-01-21 09:17:46 +0100 |
---|---|---|
committer | Mario Six | 2019-05-21 07:51:40 +0200 |
commit | 0e93bb13aad82821abfbd27e0ea0998e54c50fea (patch) | |
tree | 30693c0734c0f0987bab880405f1896c3fdee6c5 /include | |
parent | d6918816fb88ab648016284d80e88cc0db2a33ae (diff) |
strider: Migrate to CONFIG_TARGET_STRIDER
Use the proper CONFIG_TARGET_STRIDER Kconfig option to replace the
CONFIG_STRIDER ad-hoc config option.
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/strider.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/strider.h b/include/configs/strider.h index 89e0610871e..c42fe8c3ece 100644 --- a/include/configs/strider.h +++ b/include/configs/strider.h @@ -13,7 +13,6 @@ */ #define CONFIG_E300 1 /* E300 family */ #define CONFIG_MPC83xx 1 /* MPC83xx family */ -#define CONFIG_STRIDER 1 /* STRIDER board specific */ #define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC83xx_ESDHC_ADDR |