From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 10 Jun 2015 07:36:25 -0700 Subject: [U-Boot] [PATCH 03/13] drivers/fsl-mc: Autoload AOIP image from NOR flash In-Reply-To: <1433932787-31640-3-git-send-email-prabhakar@freescale.com> References: <1433932787-31640-1-git-send-email-prabhakar@freescale.com> <1433932787-31640-3-git-send-email-prabhakar@freescale.com> Message-ID: <55784B69.6040908@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 06/10/2015 03:39 AM, Prabhakar Kushwaha wrote: > From: "J. German Rivera" > > Load AIOP image from NOR flash into DDR so that the MC firmware > the MC fw can start it at boot time > > Signed-off-by: J. German Rivera > Signed-off-by: Prabhakar Kushwaha Prabhakar, Do we need this feature? It was written for bring-up. AIOP image should be loaded by Linux later for normal use. York