[U-Boot] [PATCH 5/5] ARM64: poplar: hi3798cv200: u-boot support for Poplar 96Boards
Jorge Ramirez
jorge.ramirez-ortiz at linaro.org
Fri May 5 16:55:40 UTC 2017
On 05/05/2017 04:32 PM, Tom Rini wrote:
> On Thu, May 04, 2017 at 03:47:10PM +0200, Jorge Ramirez-Ortiz wrote:
>
> [snip]
>> + > mkdir -p ~/poplar/src ~/poplar/bin
>> + > cd ~/poplar/src
>> + > git clone ssh://git@dev-private-git.linaro.org/aspen/staging/l-loader.git l-loader
>> + > git clone ssh://git@dev-private-git.linaro.org/aspen/staging/arm-trusted-firmware.git atf
>> + > git clone ssh://git@dev-private-git.linaro.org/aspen/staging/u-boot.git u-boot
>> + > git clone ssh://git@dev-private-git.linaro.org/aspen/tools.git
> These are private repositories, no one else can clone from them. Please
> push this somewhere public.
ACK
>
>> +int dram_init(void)
>> +{
>> + gd->ram_size = PHYS_SDRAM_1_SIZE;
> Please use get_ram_size(...) here. Thanks!
>
yeah, much nicer. thanks!
More information about the U-Boot
mailing list