All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] configs/mx6sx_udoo_neo: Bump to U-Boot 2017.01
@ 2017-01-10 15:06 Fabio Estevam
  2017-01-10 20:06 ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Fabio Estevam @ 2017-01-10 15:06 UTC (permalink / raw)
  To: buildroot

Bump to U-Boot 2017.01, which supports mx6sx_udoo_neo by default.

Remove the U-Boot patch that we used for the previous version.

Also adjust the 'fdtfile' name as it has been changed in U-Boot
mainline.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 board/udoo/neo/boot.scr.txt                  |   2 +-
 board/udoo/neo/patches/uboot/0001-udoo.patch | 691 ---------------------------
 configs/mx6sx_udoo_neo_defconfig             |   2 +-
 3 files changed, 2 insertions(+), 693 deletions(-)
 delete mode 100644 board/udoo/neo/patches/uboot/0001-udoo.patch

diff --git a/board/udoo/neo/boot.scr.txt b/board/udoo/neo/boot.scr.txt
index f647db3..7a8aa4b 100644
--- a/board/udoo/neo/boot.scr.txt
+++ b/board/udoo/neo/boot.scr.txt
@@ -2,6 +2,6 @@ setenv finduuid "part uuid mmc 0:1 uuid"
 run finduuid
 run findfdt
 setenv bootargs "console=ttymxc0,115200 root=PARTUUID=${uuid} rootwait rootfstype=ext4"
-load mmc 0:1 ${fdt_addr} boot/${fdt_file}
+load mmc 0:1 ${fdt_addr} boot/${fdtfile}
 load mmc 0:1 ${loadaddr} boot/zImage
 bootz ${loadaddr} - ${fdt_addr}
diff --git a/board/udoo/neo/patches/uboot/0001-udoo.patch b/board/udoo/neo/patches/uboot/0001-udoo.patch
deleted file mode 100644
index ec1e00d..0000000
diff --git a/configs/mx6sx_udoo_neo_defconfig b/configs/mx6sx_udoo_neo_defconfig
index 1de19c0..a465eb9 100644
--- a/configs/mx6sx_udoo_neo_defconfig
+++ b/configs/mx6sx_udoo_neo_defconfig
@@ -13,7 +13,7 @@ BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BOARDNAME="udoo_neo"
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2016.11"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2017.01"
 BR2_TARGET_UBOOT_FORMAT_IMG=y
 BR2_TARGET_UBOOT_SPL=y
 BR2_TARGET_UBOOT_SPL_NAME="SPL"
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] configs/mx6sx_udoo_neo: Bump to U-Boot 2017.01
  2017-01-10 15:06 [Buildroot] [PATCH] configs/mx6sx_udoo_neo: Bump to U-Boot 2017.01 Fabio Estevam
@ 2017-01-10 20:06 ` Peter Korsgaard
  2017-01-10 20:11   ` Fabio Estevam
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2017-01-10 20:06 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabio" == Fabio Estevam <fabio.estevam@nxp.com> writes:

 > Bump to U-Boot 2017.01, which supports mx6sx_udoo_neo by default.
 > Remove the U-Boot patch that we used for the previous version.

 > Also adjust the 'fdtfile' name as it has been changed in U-Boot
 > mainline.

 > Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
 > ---
 >  board/udoo/neo/boot.scr.txt                  |   2 +-
 >  board/udoo/neo/patches/uboot/0001-udoo.patch | 691 ---------------------------

git am complains about this as the hash didn't match, but I've fixed it
up and committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] configs/mx6sx_udoo_neo: Bump to U-Boot 2017.01
  2017-01-10 20:06 ` Peter Korsgaard
@ 2017-01-10 20:11   ` Fabio Estevam
  2017-01-10 20:19     ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Fabio Estevam @ 2017-01-10 20:11 UTC (permalink / raw)
  To: buildroot

Hi Peter,

On Tue, Jan 10, 2017 at 6:06 PM, Peter Korsgaard <peter@korsgaard.com> wrote:

> git am complains about this as the hash didn't match, but I've fixed it
> up and committed, thanks.

Ops, sorry for the trouble. I looked at the end result and the
defconfig file has not changed.

Would you like me to send an incremental patch?

Thanks

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] configs/mx6sx_udoo_neo: Bump to U-Boot 2017.01
  2017-01-10 20:11   ` Fabio Estevam
@ 2017-01-10 20:19     ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2017-01-10 20:19 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabio" == Fabio Estevam <festevam@gmail.com> writes:

 > Hi Peter,
 > On Tue, Jan 10, 2017 at 6:06 PM, Peter Korsgaard <peter@korsgaard.com> wrote:

 >> git am complains about this as the hash didn't match, but I've fixed it
 >> up and committed, thanks.

 > Ops, sorry for the trouble. I looked at the end result and the
 > defconfig file has not changed.

 > Would you like me to send an incremental patch?

Ups, I've fixed it up now - Sorry.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-01-10 20:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-10 15:06 [Buildroot] [PATCH] configs/mx6sx_udoo_neo: Bump to U-Boot 2017.01 Fabio Estevam
2017-01-10 20:06 ` Peter Korsgaard
2017-01-10 20:11   ` Fabio Estevam
2017-01-10 20:19     ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.