From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heinrich Schuchardt Date: Fri, 7 Apr 2017 05:55:49 +0200 Subject: [U-Boot] [PATCH v6 1/3] arm: dts: update Meson GXBB / Odroid-C2 DT with latest Linux version Message-ID: <6e85ecf2-cdb9-338c-95f4-60aa09a44607@gmx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Heiner, I have tested the patch series described in https://lists.denx.de/pipermail/u-boot/2017-February/281941.html against u-boot 2017.03 on my Odroid C2. I could keep patches 1/3 and 2/3 unchanged. Patch 3/3 had to be adjusted to be applicable. To get my board booting Linux from MMC successfully I needed two extra patches: - enable MMC as boot target in meson-gxbb-common.h - increase CONFIG_SYS_BOOTM_LEN I think enabling MMC as boot target should be part of the patch series. Increasing CONFIG_SYS_BOOTM_LEN should be separate. The patches I used are stored in https://github.com/xypron/u-boot-odroid-c2/ together with my Makefile. Heiner, are you planning to update your patch series? Or should I retest against the next branch of u-boot and submit myself? Best regards Heinrich Schuchardt