Convert CONFIG_ENV_IS_IN_FLASH to Kconfig
[oweals/u-boot.git] / arch / sh / Kconfig
index 2f7a2fe073bf25361cea0818a1c64c7a93e13205..1d40fe6845e31065eb6c182b5fbbd5fbf73ae5ab 100644 (file)
@@ -3,13 +3,16 @@ menu "SuperH architecture"
 
 config CPU_SH2
        bool
+       imply ENV_IS_IN_FLASH
 
 config CPU_SH2A
        bool
        select CPU_SH2
+       imply ENV_IS_IN_FLASH
 
 config CPU_SH3
        bool
+       imply ENV_IS_IN_FLASH
 
 config CPU_SH4
        bool
@@ -125,9 +128,6 @@ config SYS_CPU
        default "sh3" if CPU_SH3
        default "sh4" if CPU_SH4
 
-config USE_PRIVATE_LIBGCC
-       default y
-
 source "board/alphaproject/ap_sh4a_4a/Kconfig"
 source "board/espt/Kconfig"
 source "board/mpr2/Kconfig"