board/firefly_rk3288: Update ARM variant and fix kernel repo
authorEzequiel García <ezequiel@vanguardiasur.com.ar>
Sun, 21 Feb 2016 13:12:11 +0000 (10:12 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 22 Feb 2016 08:31:42 +0000 (09:31 +0100)
This commit updates the two firefly_rk3288 defconfigs recently
added. First we switch to the ARM cortex-A17 core. Second,
we switch the kernel github access from SSH to HTTPS, which
is suitable for anonymous access.

Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
configs/firefly_rk3288_defconfig
configs/firefly_rk3288_demo_defconfig

index bd3faa62ba94875c0f88a4235155eacd25e137d4..0affd677e1c1c2f5ca872350a0245b1255adee05 100644 (file)
@@ -1,5 +1,5 @@
 BR2_arm=y
-BR2_cortex_a12=y
+BR2_cortex_a17=y
 BR2_ARM_FPU_NEON_VFPV4=y
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y
 BR2_TARGET_GENERIC_HOSTNAME="firefly-rk3288"
@@ -8,7 +8,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="board/firefly/firefly-rk3288/post-build.sh"
 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/firefly/firefly-rk3288/post-image.sh"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_GIT=y
-BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git@github.com:mmind/linux-rockchip.git"
+BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/mmind/linux-rockchip.git"
 BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="ccb89e9b5657b4911c16d08e1581121222ee12c4"
 BR2_LINUX_KERNEL_DEFCONFIG="rk3288_veyron"
 BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x02000000"
index 4a0aca12d036551de3ca77c7e492872d6cbc2f41..59bbe77247dd38fc5c19ee95958a8a60f90e3034 100644 (file)
@@ -1,5 +1,5 @@
 BR2_arm=y
-BR2_cortex_a12=y
+BR2_cortex_a17=y
 BR2_ARM_FPU_NEON_VFPV4=y
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y
 BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
@@ -10,7 +10,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="board/firefly/firefly-rk3288/post-build.sh"
 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/firefly/firefly-rk3288/post-image.sh"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_GIT=y
-BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git@github.com:mmind/linux-rockchip.git"
+BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/mmind/linux-rockchip.git"
 BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="ccb89e9b5657b4911c16d08e1581121222ee12c4"
 BR2_LINUX_KERNEL_DEFCONFIG="rk3288_veyron"
 BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x02000000"