From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Thu, 28 Mar 2013 10:28:17 +0900 Subject: [U-Boot] [PATCH] arm:trats: change auto-booting to boot kernel with separate device tree blob In-Reply-To: <1362130880-9931-1-git-send-email-a.wlodarczyk@samsung.com> References: <1362130880-9931-1-git-send-email-a.wlodarczyk@samsung.com> Message-ID: <51539CB1.2030104@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Arkadiusz Wlodarczyk, On 01/03/13 18:41, Arek Wlodarczyk wrote: > From: Arkadiusz Wlodarczyk > > Signed-off-by: Arkadiusz Wlodarczyk > Signed-off-by: Kyungmin Park > Tested-by: Arkadiusz Wlodarczyk > Cc: Minkyu Kang > --- > 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.