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://g...@dev-private-git.linaro.org/aspen/staging/l-loader.git l-loader
> +  > git clone 
> ssh://g...@dev-private-git.linaro.org/aspen/staging/arm-trusted-firmware.git 
> atf
> +  > git clone ssh://g...@dev-private-git.linaro.org/aspen/staging/u-boot.git 
> u-boot
> +  > git clone ssh://g...@dev-private-git.linaro.org/aspen/tools.git

These are private repositories, no one else can clone from them.  Please
push this somewhere public.

> +int dram_init(void)
> +{
> +     gd->ram_size = PHYS_SDRAM_1_SIZE;

Please use get_ram_size(...) here.  Thanks!

-- 
Tom

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to