[U-Boot] [PATCH 2/3] am335x_evm: Update the ramdisk args, we pass things in just fine via DT

2014-03-11 Thread Tom Rini
Signed-off-by: Tom Rini --- include/configs/am335x_evm.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 6bd8aec..11088b3 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -79,7

Re: [U-Boot] [PATCH 2/3] am335x_evm: Update the ramdisk args, we pass things in just fine via DT

2014-03-20 Thread Dennis Gilmore
On Tue, 11 Mar 2014 15:42:02 -0400 Tom Rini wrote: > Signed-off-by: Tom Rini > --- > include/configs/am335x_evm.h |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/configs/am335x_evm.h > b/include/configs/am335x_evm.h index 6bd8aec..11088b3 100644 > --- a/incl