From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Thu, 3 Oct 2013 10:58:05 +0200 Subject: [U-Boot] [PATCH 1/2] RFC: arm: add call to cleanup things before jumping into kernel In-Reply-To: <1380791060-2578-1-git-send-email-ajaykumar.rs@samsung.com> References: <1380791060-2578-1-git-send-email-ajaykumar.rs@samsung.com> Message-ID: <20131003105805.5c28fbbf@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Ajay, On Thu, 03 Oct 2013 14:34:19 +0530, Ajay Kumar wrote: > Add infrasturcture to cleanup any of those architecture related settings > done for u-boot, if they can cause problem during kernel boot. > > Signed-off-by: Ajay Kumar > --- Regardless to ma question re fixing the issue in U-Boot or Linux: does something prevent using the already existing cleanup_before_linux() function, and if not, what made you choose to create another one instead? Amicalement, -- Albert.