From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 20 Aug 2014 12:34:27 -0700 Subject: [U-Boot] [PATCH 1/2] powerpc/mpc85xx: Make boot flag effective In-Reply-To: <1406107673-33257-1-git-send-email-Yuantian.Tang@freescale.com> References: <1406107673-33257-1-git-send-email-Yuantian.Tang@freescale.com> Message-ID: <53F4F843.8020405@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/23/2014 02:27 AM, Yuantian.Tang at freescale.com wrote: > From: Tang Yuantian > > bootflag as a parameter is passed to board_init_f(). > But it is not actually used in this function. > Make it effective by assigned it to gd->flags. > > Signed-off-by: Tang Yuantian > --- Applied to u-boot-mpc85xx master branch, awaiting for upstream. York