From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeroen Hofstee Date: Thu, 16 Oct 2014 11:06:17 +0200 Subject: [U-Boot] [PATCH] sunxi: Add CONFIG_MACH_TYPE defines to sun4i, sun5i and sun7i In-Reply-To: <543F86E2.3060201@redhat.com> References: <1413204935-9157-1-git-send-email-hdegoede@redhat.com> <20141015134843.32f9b299@i7> <543F86E2.3060201@redhat.com> Message-ID: <543F8A89.2010705@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 Hans, On 16-10-14 10:50, Hans de Goede wrote: > [...] > Erm, no the mach_type-s are not "safety-guards", they are absolutely > necessary to get old non devicetree kernels to work at all. fyi: That is not strictly true, you should be able to do: setenv machid 4283 and it should work as well. Anyway I have no problem with the patch. Regards, Jeroen