Re: [U-Boot] [PATCH] dragonboard410c: Fix environment variables

2016-04-13 Thread Andreas Färber
Hi Daniel, Am 13.04.2016 um 14:16 schrieb Andreas Färber: > Some variables for the distro boot commands were missing, using some > custom name instead. Rename them. > > Cc: Mateusz Kulikowski > Signed-off-by: Andreas Färber > --- > include/configs/dragonboard410c.h | 8 > 1 file chang

[U-Boot] [PATCH] dragonboard410c: Fix environment variables

2016-04-13 Thread Andreas Färber
Some variables for the distro boot commands were missing, using some custom name instead. Rename them. Cc: Mateusz Kulikowski Signed-off-by: Andreas Färber --- include/configs/dragonboard410c.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/configs/dragonboa