From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Thu, 13 Jun 2013 17:15:57 +0900 Subject: [U-Boot] [PATCH, v1] arm:trats: change auto-booting to boot kernel with separate device tree blob In-Reply-To: <1364908216-11400-1-git-send-email-a.wlodarczyk@samsung.com> References: <1364908216-11400-1-git-send-email-a.wlodarczyk@samsung.com> Message-ID: <51B97FBD.4040508@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 On 02/04/13 22:10, a.wlodarczyk at samsung.com 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 | 17 +++++++++++++---- > 1 file changed, 13 insertions(+), 4 deletions(-) > applied to u-boot-samsung. Thanks, Minkyu Kang.