Re: [U-Boot] [PATCH 2/2] odroid-c2: support storing the uboot environment in eMMC

2017-04-14 Thread Heiner Kallweit
Am 14.04.2017 um 15:40 schrieb Andreas Färber: > Am 14.04.2017 um 10:26 schrieb Heiner Kallweit: >> Support storing uboot environment in eMMC. >> >> Signed-off-by: Heiner Kallweit >> --- >> include/configs/meson-gxbb-common.h | 4 +++- >> 1 file changed, 3 insertions(+), 1 deletion(-) >> >> diff

Re: [U-Boot] [PATCH 2/2] odroid-c2: support storing the uboot environment in eMMC

2017-04-14 Thread Andreas Färber
Am 14.04.2017 um 10:26 schrieb Heiner Kallweit: > Support storing uboot environment in eMMC. > > Signed-off-by: Heiner Kallweit > --- > include/configs/meson-gxbb-common.h | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/include/configs/meson-gxbb-common.h > b/includ

[U-Boot] [PATCH 2/2] odroid-c2: support storing the uboot environment in eMMC

2017-04-14 Thread Heiner Kallweit
Support storing uboot environment in eMMC. Signed-off-by: Heiner Kallweit --- include/configs/meson-gxbb-common.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/configs/meson-gxbb-common.h b/include/configs/meson-gxbb-common.h index cc2b5b6..5951263 100644 --- a/