diff mbox series

[06/23] linux: remove Blackfin related code

Message ID 20180405195037.32641-7-thomas.petazzoni@bootlin.com
State Accepted
Headers show
Series Remove Blackfin architecture | expand

Commit Message

Thomas Petazzoni April 5, 2018, 7:50 p.m. UTC
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 linux/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/linux/Config.in b/linux/Config.in
index d9c5b62863..563db423b1 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -194,7 +194,7 @@  choice
 
 config BR2_LINUX_KERNEL_UIMAGE
 	bool "uImage"
-	depends on BR2_arc || BR2_arm || BR2_armeb || BR2_bfin || \
+	depends on BR2_arc || BR2_arm || BR2_armeb || \
 		   BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le || \
 		   BR2_sh || BR2_mips || BR2_mipsel || \
 		   BR2_mips64 || BR2_mips64el || BR2_xtensa