aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/at91/tqma9263
diff options
context:
space:
mode:
authorClaudio Mignanti <c.mignanti@gmail.com>2012-04-20 13:33:01 +0000
committerClaudio Mignanti <c.mignanti@gmail.com>2012-04-20 13:33:01 +0000
commit701309ec11337125fa2a6e61739ffe4d1c43854e (patch)
tree36bc483b64db3684dc9e293db51482988e438419 /target/linux/at91/tqma9263
parent3ac08ca653750f8414f41978c8246c31069605a0 (diff)
downloadupstream-701309ec11337125fa2a6e61739ffe4d1c43854e.tar.gz
upstream-701309ec11337125fa2a6e61739ffe4d1c43854e.tar.bz2
upstream-701309ec11337125fa2a6e61739ffe4d1c43854e.zip
Reorganize the subtargets, group subtargets per cpu family
Signed-off-by: Claudio Mignanti <c.mignanti@gmail.com> SVN-Revision: 31372
Diffstat (limited to 'target/linux/at91/tqma9263')
-rw-r--r--target/linux/at91/tqma9263/config-default22
-rw-r--r--target/linux/at91/tqma9263/target.mk10
2 files changed, 0 insertions, 32 deletions
diff --git a/target/linux/at91/tqma9263/config-default b/target/linux/at91/tqma9263/config-default
deleted file mode 100644
index 70ee3adc6d..0000000000
--- a/target/linux/at91/tqma9263/config-default
+++ /dev/null
@@ -1,22 +0,0 @@
-CONFIG_ARCH_AT91SAM9263=y
-# CONFIG_ARCH_USES_GETTIMEOFFSET is not set
-CONFIG_CRC16=y
-CONFIG_HAVE_FB_ATMEL=y
-CONFIG_I2C=y
-# CONFIG_I2C_AT91 is not set
-CONFIG_I2C_BOARDINFO=y
-CONFIG_JBD2=y
-# CONFIG_MACH_AT91SAM9263EK is not set
-# CONFIG_MACH_NEOCORE926 is not set
-CONFIG_MACH_TQMA9263=y
-# CONFIG_MACH_USB_A9263 is not set
-CONFIG_MTD_NAND=y
-CONFIG_MTD_NAND_ATMEL=y
-CONFIG_MTD_NAND_ATMEL_ECC_HW=y
-# CONFIG_MTD_NAND_ATMEL_ECC_NONE is not set
-# CONFIG_MTD_NAND_ATMEL_ECC_SOFT is not set
-CONFIG_MTD_NAND_ECC=y
-# CONFIG_MTD_SM_COMMON is not set
-# CONFIG_USB_FUNCTIONFS is not set
-# CONFIG_USB_G_HID is not set
-# CONFIG_USB_G_WEBCAM is not set
diff --git a/target/linux/at91/tqma9263/target.mk b/target/linux/at91/tqma9263/target.mk
deleted file mode 100644
index 9ff2598677..0000000000
--- a/target/linux/at91/tqma9263/target.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# Copyright (C) 2011 OpenWrt.org
-#
-
-SUBTARGET:=tqma9263
-BOARDNAME:=TQ Components TQMa9263
-
-define Target/Description
- Build firmware images for TQ Components TQMa9263 board.
-endef