diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-05 21:50:20 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-15 22:04:29 +0200 |
commit | e55f21a9520dda5d39eaad728c9d0fcc30004f5a (patch) | |
tree | 7bc6e192d8abd813e600225a11292bc974ee798a | |
parent | be37c03943e5919024addbe92a2941c4bcfd6c29 (diff) | |
download | buildroot-e55f21a9520dda5d39eaad728c9d0fcc30004f5a.tar.gz buildroot-e55f21a9520dda5d39eaad728c9d0fcc30004f5a.zip |
linux: remove Blackfin related code
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | linux/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Config.in b/linux/Config.in index ac1727d859..033ccbe58e 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 |