From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 8 Apr 2016 18:23:17 +0200 Subject: [U-Boot] [PATCH] powerpc: Replace CONFIG_SYS_INIT_RAM_END with CONFIG_SYS_INIT_RAM_SIZE In-Reply-To: <1459975917-2439-1-git-send-email-york.sun@nxp.com> References: <1459975917-2439-1-git-send-email-york.sun@nxp.com> Message-ID: <20160408182317.4662f2b6@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi York, On Wed, 6 Apr 2016 13:51:57 -0700 York Sun york.sun at nxp.com 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(-) Acked-by: Anatolij Gustschin -- Anatolij