From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 21 Sep 2009 10:57:19 -0500 Subject: [U-Boot] [PATCH v3 1/3] NAND boot: MPC8536DS support In-Reply-To: <73839B4A0818E747864426270AC332C304513BF8@zmy16exm20.fsl.freescale.net> References: <20090918163710.GB15674@loki.buserror.net> <73839B4A0818E747864426270AC332C304513BF8@zmy16exm20.fsl.freescale.net> Message-ID: <20090921155719.GA19211@loki.buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, Sep 20, 2009 at 11:40:33PM -0700, Hu Mingkai-B21284 wrote: > > How about changing it to: > > > > # Options: NAND, 36BIT > > MPC8536DS_%_config MPC8536DS_config: unconfig > > > I don't get it. what's the '%'? or how to use it? It is a wildcard (or more specifically, a pattern rule). It will match anything that begins with MPC8536DS_ and ends with _config. -Scott