summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Behera <tushar.behera@linaro.org>2014-02-11 08:33:25 +0530
committerAndrey Konovalov <andrey.konovalov@linaro.org>2014-02-11 18:22:30 +0400
commit79fc04c5b253120c10ce21a235b23ef5c00c6956 (patch)
tree3d7f3d1ed4a4c7ac96255cea5742b979334b7be7
parenta80e883c787b102f9f0c9e8a0244d01e04867426 (diff)
linaro/configs: arndale/arndale_octa: Enable EDID firmware blob in LT config
The firmware blob is added in LT tree, hence the config option should be enabled in lt-specific config fragment. Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
-rw-r--r--linaro/configs/arndale.conf1
-rw-r--r--linaro/configs/arndale_octa.conf1
-rw-r--r--linaro/configs/lt-arndale.conf1
-rw-r--r--linaro/configs/lt-arndale_octa.conf1
4 files changed, 2 insertions, 2 deletions
diff --git a/linaro/configs/arndale.conf b/linaro/configs/arndale.conf
index 299228e40ae..b8208ca9334 100644
--- a/linaro/configs/arndale.conf
+++ b/linaro/configs/arndale.conf
@@ -18,7 +18,6 @@ CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_VFP=y
CONFIG_NEON=y
CONFIG_PM_RUNTIME=y
-CONFIG_EXTRA_FIRMWARE="edid-1920x1080.fw"
CONFIG_CMA=y
CONFIG_DMA_CMA=y
CONFIG_CMA_SIZE_MBYTES=128
diff --git a/linaro/configs/arndale_octa.conf b/linaro/configs/arndale_octa.conf
index 45fa4ea103a..84a71f1340f 100644
--- a/linaro/configs/arndale_octa.conf
+++ b/linaro/configs/arndale_octa.conf
@@ -12,7 +12,6 @@ CONFIG_CMDLINE="root=/dev/ram0 rw ramdisk=8192 initrd=0x41000000,8M console=ttyS
CONFIG_VFP=y
CONFIG_NEON=y
CONFIG_PM_RUNTIME=y
-CONFIG_EXTRA_FIRMWARE="edid-1920x1080.fw"
CONFIG_DMA_CMA=y
CONFIG_CMA_SIZE_MBYTES=128
CONFIG_SCSI=y
diff --git a/linaro/configs/lt-arndale.conf b/linaro/configs/lt-arndale.conf
new file mode 100644
index 00000000000..c54e0dcd0dc
--- /dev/null
+++ b/linaro/configs/lt-arndale.conf
@@ -0,0 +1 @@
+CONFIG_EXTRA_FIRMWARE="edid-1920x1080.fw"
diff --git a/linaro/configs/lt-arndale_octa.conf b/linaro/configs/lt-arndale_octa.conf
new file mode 100644
index 00000000000..c54e0dcd0dc
--- /dev/null
+++ b/linaro/configs/lt-arndale_octa.conf
@@ -0,0 +1 @@
+CONFIG_EXTRA_FIRMWARE="edid-1920x1080.fw"