From mboxrd@z Thu Jan 1 00:00:00 1970 From: Naoki FUKAUMI Date: Sat, 28 Nov 2015 11:46:36 +0900 Subject: [U-Boot] [PATCH v5 00/21] Bring up rk3036 uboot In-Reply-To: References: <1447151098-2628-1-git-send-email-hl@rock-chips.com> <56492A3B.50607@rock-chips.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, Nov 28, 2015 at 11:34 AM, Naoki FUKAUMI wrote: > hi, > > On Sat, Nov 28, 2015 at 9:21 AM, Simon Glass wrote: >> I've pushed an update to u-boot-rockchip/testing. If you have time, >> please give it a try. I'll push it to master soon. > > with firefly-rk3288_defconfig, > > $ ./tools/mkimage -n rk3288 -T rksd -d spl/u-boot-spl-dtb.bin u-boot-spl-dtb.img > Warning: SPL image is too large (size 0x8435) and will not boot > > and IDB area (0-0x7ff) in output is filled by 0x00. (0-0x1ff should have header) sorry, missing header is caused by too large SPL image. header is available if SPL size is fine. same issue can happen on current master branch too, so this is not the problem of u-boot-rockchip/testing. please ignore for merging. Regards,