From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeroen Hofstee Date: Mon, 04 Aug 2014 22:40:23 +0200 Subject: [U-Boot] SPL broken on i.mx31 platforms In-Reply-To: References: <53B2B8B8.7010406@hale.at> <53B3AF0E.1010105@hale.at> <53B5121B.809@hale.at> <53BBA64A.70309@hale.at> <53C4F50B.2070502@hale.at> Message-ID: <53DFEFB7.7010406@myspectrum.nl> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Magnus, On 04-08-14 22:23, Magnus Lilja wrote: > > On a different note I noticed that I received a warning that the PDK > board does not use "generic board", I will try to fix this but I don't > know how much work that is and when I can submit a patch. typically it is trivial, just add: #define CONFIG_SYS_GENERIC_BOARD Once tested Albert typically picks this up also after the merge window as a trivial fix. As a bonus the board might be compiled with clang ;) Regards, Jeroen