From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Fri, 8 Apr 2016 18:11:54 +0200 Subject: [U-Boot] [PATCH] powerpc: Replace CONFIG_SYS_INIT_RAM_END with CONFIG_SYS_INIT_RAM_SIZE In-Reply-To: <5707D774.4030109@nxp.com> References: <1459975917-2439-1-git-send-email-york.sun@nxp.com> <5707D774.4030109@nxp.com> Message-ID: <5707D84A.8090803@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08.04.2016 18:08, York Sun wrote: > On 04/06/2016 01:52 PM, York Sun wrote: >> CONFIG_SYS_INIT_RAM_SIZE may be used out of the board header file. >> Some boards use CONFIG_SYS_INIT_RAM_END for the same purpose. To >> unify the macros, use CONFIG_SYS_INIT_RAM_SIZE for all. >> >> Signed-off-by: York Sun >> CC: Mario Six >> >> --- >> >> include/configs/BSC9131RDB.h | 4 ++-- >> include/configs/BSC9132QDS.h | 4 ++-- >> include/configs/C29XPCIE.h | 4 ++-- >> include/configs/P1010RDB.h | 4 ++-- >> include/configs/a3m071.h | 4 ++-- >> include/configs/ac14xx.h | 4 ++-- >> include/configs/dlvision-10g.h | 4 ++-- >> include/configs/io.h | 4 ++-- >> include/configs/iocon.h | 4 ++-- >> include/configs/o2dnt-common.h | 6 +++--- >> 10 files changed, 21 insertions(+), 21 deletions(-) >> > > > Stefan, Anatolij, Dirk, > > Do you have any objection/comment on the proposed changes? I plan > to merge it soon. Looks good to me (not tested on real hardware), so: Acked-by: Stefan Roese Thanks, Stefan