From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Walle Date: Fri, 1 Jun 2012 23:03:16 +0200 Subject: [U-Boot] [PATCH v8] kirkwood: add NAS62x0 board support In-Reply-To: <20120417192217.GA23174@w500.iskon.local> References: <20120417192217.GA23174@w500.iskon.local> Message-ID: <201206012303.16540.michael@walle.cc> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Luka, Am Dienstag 17 April 2012, 21:22:17 schrieb Luka Perkov: > +/* > + * Machine type > + */ > +#define CONFIG_MACH_TYPE MACH_TYPE_NAS6210 btw i guess this will break in about half a year. because: - uboot follows mach-types.h from the kernel - the kernel will only keep mach-types for boards which are supported by the kernel AND using the old-style machine init, that is no boards with no device tree support for booting. - no old style machine setups are accepted for kirkwood platforms anymore. that means at some point of time in the future MACH_TYPE_NAS6210 wont be defined anymore ;) just wanted to letting you know. -- michael