[U-Boot] [PATCH] powerpc: Replace CONFIG_SYS_INIT_RAM_END with CONFIG_SYS_INIT_RAM_SIZE

Stefan Roese sr at denx.de
Fri Apr 8 18:11:54 CEST 2016


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 <york.sun at nxp.com>
>> CC: Mario Six <mario.six at gdsys.cc>
>>
>> ---
>>
>>   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 <sr at denx.de>

Thanks,
Stefan



More information about the U-Boot mailing list