[U-Boot] [PATCH] arm:trats: change auto-booting to boot kernel with separate device tree blob

Minkyu Kang mk7.kang at samsung.com
Thu Mar 28 02:28:17 CET 2013


Dear Arkadiusz Wlodarczyk,

On 01/03/13 18:41, Arek Wlodarczyk wrote:
> From: Arkadiusz Wlodarczyk <a.wlodarczyk at samsung.com>
> 
> Signed-off-by: Arkadiusz Wlodarczyk <a.wlodarczyk at samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park at samsung.com>
> Tested-by: Arkadiusz Wlodarczyk <a.wlodarczyk at samsung.com>
> Cc: Minkyu Kang <mk7.kang at samsung.com>
> ---
> Changes:
> Modify autoboot scripts that are included in environment variables of default
> environment in order to load device tree to memory prior to booting and to
> pass device tree address to mboot command.
> Switch on dft library, that is necessary for mboot command to pass the device
> tree address in memory to kernel.
> Added device tree file entry in DFU items table in order to facilitate
> uploading the device tree blob file on a target.
> ---
>  include/configs/trats.h |   16 ++++++++++++----
>  1 files changed, 12 insertions(+), 4 deletions(-)
> 

please fix this warning.

WARNING: line over 80 characters
#71: FILE: include/configs/trats.h:192:
+	"loaddtb=ext4load mmc ${mmcdev}:${mmcbootpart} ${fdtaddr} ${fdtfile}\0" \

total: 0 errors, 1 warnings, 50 lines checked

Thanks,
Minkyu Kang.



More information about the U-Boot mailing list