configs/asus_tinker_rk3288: use uboot 2018.07
authorYannis Damigos <ydamigos@iccs.gr>
Wed, 11 Jul 2018 12:38:29 +0000 (15:38 +0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 14 Jul 2018 21:25:45 +0000 (23:25 +0200)
Using uboot version 2017.11 creates an sd card image which fails to
boot with the following error:

  Missing DTB
  ### ERROR ### Please RESET the board ###

Updating tinkerboard default configuration to use latest uboot release
2018.07 creates a sd card image which boot fine.

Signed-off-by: Yannis Damigos <ydamigos@iccs.gr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
configs/asus_tinker_rk3288_defconfig

index 22e9bcd817021b1a82cb52d4deaf5c126eeb7199..a0df3de8a1d00fe4b91a0c61708e8392b97523b6 100644 (file)
@@ -10,7 +10,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_12=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2017.11"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2018.07"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="tinker-rk3288"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 BR2_TARGET_UBOOT_NEEDS_OPENSSL=y