From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Schwierzeck Date: Thu, 21 Jan 2016 17:16:12 +0100 Subject: [U-Boot] [PATCH v2] MIPS: initialize board_init_f() argument to zero. In-Reply-To: <1453386771-8998-1-git-send-email-purna.mandal@microchip.com> References: <1453386771-8998-1-git-send-email-purna.mandal@microchip.com> Message-ID: <56A1044C.6040707@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 21.01.2016 um 15:32 schrieb Purna Chandra Mandal: > Argument boot_flags of board_init_f() should be set to 0 as > $a0 may be utilized in lowlevel_init() or mips_cache_reset() > or previous stage boot-loader. > > Signed-off-by: Purna Chandra Mandal > > --- > > Changes in v2: > - add comment in same line as of the asm instruction > - add commit message > > arch/mips/cpu/start.S | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > applied to u-boot-mips/next, thanks!