From mboxrd@z Thu Jan 1 00:00:00 1970 From: Allen Martin Date: Wed, 15 Aug 2012 11:16:15 -0700 Subject: [U-Boot] [PATCH 1/2] omap4/5/am33xx: Make lowlevel_init available to all armv7 platforms In-Reply-To: <1344528116-13967-2-git-send-email-trini@ti.com> References: <1344528116-13967-1-git-send-email-trini@ti.com> <1344528116-13967-2-git-send-email-trini@ti.com> Message-ID: <20120815181615.GC4086@nvidia.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 Thu, Aug 09, 2012 at 09:01:55AM -0700, Tom Rini wrote: > Make the lowlevel_init function that these platforms have which just > sets up the stack and calls a C function available to all armv7 > platforms. As part of this we change some of the macros that are used > to be more clear. Previously (except for am335x evm) we had been > setting CONFIG_SYS_INIT_SP_ADDR to a series of new defines that are > equivalent to simply referencing NON_SECURE_SRAM_END. On am335x evm we > should have been doing this initially and do now. > > Cc: Sricharan R > Signed-off-by: Tom Rini > --- Tested-by: Allen Martin -- nvpublic