summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorgregory hermant <gregory.hermant@calao-systems.com>2012-08-03 18:40:24 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-08-11 23:17:49 +0200
commit77d3c5d457784d5035d7fece1c3ee0ef5cd46d92 (patch)
tree4016e4e77bc087735a7dcd6370c4a5faf6e83763 /configs
parent380ff787d95f9fa36a73503fd3ac6d5c40a5e6bc (diff)
downloadbuildroot-novena-77d3c5d457784d5035d7fece1c3ee0ef5cd46d92.tar.gz
buildroot-novena-77d3c5d457784d5035d7fece1c3ee0ef5cd46d92.zip
Add support for the Calao-systems QIL-A9260
Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/calao_qil_a9260_defconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/configs/calao_qil_a9260_defconfig b/configs/calao_qil_a9260_defconfig
new file mode 100644
index 000000000..f05e95c56
--- /dev/null
+++ b/configs/calao_qil_a9260_defconfig
@@ -0,0 +1,17 @@
+BR2_arm=y
+BR2_arm926t=y
+BR2_TARGET_GENERIC_GETTY_PORT="ttyS1"
+BR2_PACKAGE_HOST_SAM_BA=y
+BR2_TARGET_ROOTFS_UBIFS=y
+BR2_TARGET_AT91BOOTSTRAP=y
+BR2_TARGET_AT91BOOTSTRAP_CUSTOM_PATCH_DIR="board/calao/qil-a9260/"
+BR2_TARGET_AT91BOOTSTRAP_BOARD="qil_a9260"
+BR2_TARGET_AT91BOOTSTRAP_NANDFLASH=y
+BR2_TARGET_BAREBOX=y
+BR2_TARGET_BAREBOX_CUSTOM_PATCH_DIR="board/calao/qil-a9260/"
+BR2_TARGET_BAREBOX_BOARD_DEFCONFIG="qil_a9260"
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_PATCH="board/calao/qil-a9260/linux-3.4.7.patch"
+BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/calao/qil-a9260/linux-3.4.7.config"
+BR2_LINUX_KERNEL_ZIMAGE=y