[Armadeus-commitlog] armadeus branch, buildroot-update, updated. armadeus-6.0-130-gec2974c
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2016-09-26 14:17:58
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, buildroot-update has been updated
via ec2974c29fcc6101daf76d4f67ed0fa5e63a5c1c (commit)
via 390355963280dbaa44e5f3101a3d095c60cb399a (commit)
from e26666e8261fa71a62888ea6c388fc868ea9cce9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ec2974c29fcc6101daf76d4f67ed0fa5e63a5c1c
Author: Julien BOIBESSOT <jul...@ar...>
Date: Mon Sep 26 16:12:03 2016 +0200
[BUILD] Fixes scripts/export_linux_config.sh for recent kernels
commit 390355963280dbaa44e5f3101a3d095c60cb399a
Author: Julien BOIBESSOT <jul...@ar...>
Date: Mon Sep 26 16:08:35 2016 +0200
[LINUX] 4.7: opos6ul: makes SPI port of RPi connector spidev device
-----------------------------------------------------------------------
Summary of changes:
...pos6ul-and-opos6uldev-add-initial-support.patch | 14 +++++++++++++-
scripts/export_linux_config.sh | 2 +-
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/patches/linux/4.7/0800-ARM-dts-opos6ul-and-opos6uldev-add-initial-support.patch b/patches/linux/4.7/0800-ARM-dts-opos6ul-and-opos6uldev-add-initial-support.patch
index f1315ec..df56369 100644
--- a/patches/linux/4.7/0800-ARM-dts-opos6ul-and-opos6uldev-add-initial-support.patch
+++ b/patches/linux/4.7/0800-ARM-dts-opos6ul-and-opos6uldev-add-initial-support.patch
@@ -220,7 +220,7 @@ new file mode 100644
index 0000000..5e786bf
--- /dev/null
+++ b/arch/arm/boot/dts/imx6ul-opos6uldev.dts
-@@ -0,0 +1,407 @@
+@@ -0,0 +1,419 @@
+/*
+ * Copyright 2016 Armadeus Systems
+ *
@@ -366,6 +366,18 @@ index 0000000..5e786bf
+ fsl,spi-num-chipselects = <2>;
+ cs-gpios = <&gpio3 26 GPIO_ACTIVE_LOW>, <&gpio4 3 GPIO_ACTIVE_LOW>;
+ status = "okay";
++
++ spidev0: spi@0 {
++ compatible = "spidev";
++ reg = <0>;
++ spi-max-frequency = <5000000>;
++ };
++
++ spidev1: spi@1 {
++ compatible = "spidev";
++ reg = <1>;
++ spi-max-frequency = <5000000>;
++ };
+};
+
+&fec2 {
diff --git a/scripts/export_linux_config.sh b/scripts/export_linux_config.sh
index b951831..a23e409 100755
--- a/scripts/export_linux_config.sh
+++ b/scripts/export_linux_config.sh
@@ -10,7 +10,7 @@ if [ "$ARMADEUS_LINUX_MAIN_VERSION" == "2.6.29" ] || [ "$ARMADEUS_LINUX_MAIN_VER
fi
cd $ARMADEUS_LINUX_DIR
-make savedefconfig
+make savedefconfig ARCH=arm
if [ $? != 0 ]; then
echo "Failed to save defconfig"
exit 1
hooks/post-receive
--
armadeus
|