[U-Boot] [PATCH 1/2] configs: ti_armv7_keystone2: fix initrd address at args_ramfs

2015-08-04 Thread Vitaly Andrianov
This patch set the correct initrd address to much rdaddr, which used at get_fs_ramfs commad. Fixes: 3e97f0b63c8e (configs: ti_armv7_keystone2: switch addresses to generic addresses) Signed-off-by: Vitaly Andrianov vita...@ti.com --- include/configs/ti_armv7_keystone2.h | 2 +- 1 file changed, 1

Re: [U-Boot] [PATCH 1/2] configs: ti_armv7_keystone2: fix initrd address at args_ramfs

2015-08-04 Thread Tom Rini
On Tue, Aug 04, 2015 at 11:16:15AM -0400, Vitaly Andrianov wrote: This patch set the correct initrd address to much rdaddr, which used at get_fs_ramfs commad. Fixes: 3e97f0b63c8e (configs: ti_armv7_keystone2: switch addresses to generic addresses) Signed-off-by: Vitaly Andrianov

Re: [U-Boot] [PATCH 1/2] configs: ti_armv7_keystone2: fix initrd address at args_ramfs

2015-08-04 Thread Vitaly Andrianov
On 08/04/2015 11:23 AM, Tom Rini wrote: On Tue, Aug 04, 2015 at 11:16:15AM -0400, Vitaly Andrianov wrote: This patch set the correct initrd address to much rdaddr, which used at get_fs_ramfs commad. Fixes: 3e97f0b63c8e (configs: ti_armv7_keystone2: switch addresses to generic addresses)

Re: [U-Boot] [PATCH 1/2] configs: ti_armv7_keystone2: fix initrd address at args_ramfs

2015-08-04 Thread Tom Rini
On Tue, Aug 04, 2015 at 11:45:17AM -0400, Vitaly Andrianov wrote: On 08/04/2015 11:23 AM, Tom Rini wrote: On Tue, Aug 04, 2015 at 11:16:15AM -0400, Vitaly Andrianov wrote: This patch set the correct initrd address to much rdaddr, which used at get_fs_ramfs commad. Fixes: 3e97f0b63c8e