From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Date: Wed, 10 Dec 2014 11:20:43 -0800 Subject: [U-Boot] [PATCH v9 2/2] Odroid-XU3: Add documentation for Odroid-XU3 In-Reply-To: (Simon Glass's message of "Tue, 9 Dec 2014 17:11:51 -0700") References: <1417094496-28740-1-git-send-email-human.hwang@samsung.com> <1417094496-28740-3-git-send-email-human.hwang@samsung.com> <1417098785.16624.3.camel@collabora.co.uk> <20141128134557.6e50ff1a@hwh-ubuntu> <1417161643.4422.7.camel@collabora.co.uk> <20141128093918.4ab0d7ad@jawa> <20141128144651.122c4a83@jawa> <20141202232945.65fa1de2@jawa> <7hsigqt45s.fsf@deeprootsystems.com> <7h7fy1txxx.fsf@deeprootsystems.com> <7hmw6wpe0d.fsf@deeprootsystems.com> Message-ID: <7h7fxznwfo.fsf@deeprootsystems.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Simon Glass writes: [...] >> OK, thanks. Any pointers on how to get this building with mainline >> u-boot? Just adding CONFIG_SPL to odroid_xu3.h doesn't seem to work >> (compile errors.) I'm quite comfortable in the kernel, but I'm not very >> familiar with u-boot, especially SPL. >> > > It's normally automatic unless some special disabling was done - see > spl/u-boot-spl.bin in the output. You need to sign it though :-( Right, I'm used to finding it there, but there's nothing there when buildling using odroid-xu3_config with $SUBJECT series. Kevin