diff mbox

integrator926: Update the defconfig

Message ID 1365760002-21814-1-git-send-email-maxime.ripard@free-electrons.com
State Superseded
Headers show

Commit Message

Maxime Ripard April 12, 2013, 9:46 a.m. UTC
the integrator926 defconfig has not been updated for quite some time,
and is still asking for very old linux and u-boot releases. Now that
these versions aren't present in Buildroot anymore, they default to a
newer release, where, in the u-boot case, the defconfig name has
changed, leading to a build failure.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
---
 configs/integrator926_defconfig |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

Comments

Peter Korsgaard April 12, 2013, 9:55 a.m. UTC | #1
>>>>> "Maxime" == Maxime Ripard <maxime.ripard@free-electrons.com> writes:

 Maxime> the integrator926 defconfig has not been updated for quite some time,
 Maxime> and is still asking for very old linux and u-boot releases. Now that
 Maxime> these versions aren't present in Buildroot anymore, they default to a
 Maxime> newer release, where, in the u-boot case, the defconfig name has
 Maxime> changed, leading to a build failure.

 Maxime> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
 Maxime> ---
 Maxime>  configs/integrator926_defconfig |    5 +----
 Maxime>  1 file changed, 1 insertion(+), 4 deletions(-)

 Maxime> diff --git a/configs/integrator926_defconfig b/configs/integrator926_defconfig
 Maxime> index e596d33..e1a084c 100644
 Maxime> --- a/configs/integrator926_defconfig
 Maxime> +++ b/configs/integrator926_defconfig
 Maxime> @@ -4,13 +4,10 @@ BR2_arm926t=y
 
 Maxime>  # Bootloader
 Maxime>  BR2_TARGET_UBOOT=y
 Maxime> -BR2_TARGET_UBOOT_BOARDNAME="cp926ejs"
 Maxime> -BR2_TARGET_UBOOT_2010_06=y
 Maxime> +BR2_TARGET_UBOOT_BOARDNAME="integratorcp_cm926ejs"
 
 Maxime>  # Kernel
 Maxime>  BR2_LINUX_KERNEL=y
 Maxime> -BR2_LINUX_KERNEL_2_6_35=
 Maxime> -BR2_LINUX_KERNEL_USE_DEFCONFIG=y
 Maxime>  BR2_LINUX_KERNEL_DEFCONFIG="integrator"

Could you still lock the version (using custom) like we do for the qemu
defconfigs, please?
diff mbox

Patch

diff --git a/configs/integrator926_defconfig b/configs/integrator926_defconfig
index e596d33..e1a084c 100644
--- a/configs/integrator926_defconfig
+++ b/configs/integrator926_defconfig
@@ -4,13 +4,10 @@  BR2_arm926t=y
 
 # Bootloader
 BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BOARDNAME="cp926ejs"
-BR2_TARGET_UBOOT_2010_06=y
+BR2_TARGET_UBOOT_BOARDNAME="integratorcp_cm926ejs"
 
 # Kernel
 BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_2_6_35=
-BR2_LINUX_KERNEL_USE_DEFCONFIG=y
 BR2_LINUX_KERNEL_DEFCONFIG="integrator"
 
 # Filesystem