[U-Boot] [PATCH] ARM: rpi: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support

2015-08-18 Thread Guillaume GARDET
Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support to set 'board_rev' and 'board_name' envs. Signed-off-by: Guillaume GARDET Cc: Stephen Warren --- board/raspberrypi/rpi/rpi.c | 6 ++ include/configs/rpi-common.h | 1 + 2 files changed, 7 insertions(+) diff --git a/board/raspberrypi/rpi/

Re: [U-Boot] [PATCH] ARM: rpi: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support

2015-08-18 Thread Stephen Warren
On 08/18/2015 08:03 AM, Guillaume GARDET wrote: > Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support to set 'board_rev' and > 'board_name' envs. That states what the patch does rather than why its useful to do it. Can you expand on why it's useful to set these variables? > diff --git a/board/raspb

Re: [U-Boot] [PATCH] ARM: rpi: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support

2015-08-21 Thread Guillaume Gardet
Le 19/08/2015 05:14, Stephen Warren a écrit : On 08/18/2015 08:03 AM, Guillaume GARDET wrote: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support to set 'board_rev' and 'board_name' envs. That states what the patch does rather than why its useful to do it. Can you expand on why it's useful to se

Re: [U-Boot] [PATCH] ARM: rpi: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support

2015-08-25 Thread Stephen Warren
On 08/21/2015 03:47 AM, Guillaume Gardet wrote: > > > Le 19/08/2015 05:14, Stephen Warren a écrit : >> On 08/18/2015 08:03 AM, Guillaume GARDET wrote: >>> Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support to set 'board_rev' and >>> 'board_name' envs. >> That states what the patch does rather than

Re: [U-Boot] [PATCH] ARM: rpi: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support

2015-08-25 Thread Stephen Warren
On 08/25/2015 07:46 PM, Ian Lepore wrote: > On Tue, 2015-08-25 at 19:34 -0600, Stephen Warren wrote: >> On 08/21/2015 03:47 AM, Guillaume Gardet wrote: >>> >>> >>> Le 19/08/2015 05:14, Stephen Warren a écrit : On 08/18/2015 08:03 AM, Guillaume GARDET wrote: > Add CONFIG_ENV_VARS_UBOOT_RUNT

Re: [U-Boot] [PATCH] ARM: rpi: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support

2015-08-25 Thread Ian Lepore
On Tue, 2015-08-25 at 19:34 -0600, Stephen Warren wrote: > On 08/21/2015 03:47 AM, Guillaume Gardet wrote: > > > > > > Le 19/08/2015 05:14, Stephen Warren a écrit : > >> On 08/18/2015 08:03 AM, Guillaume GARDET wrote: > >>> Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support to set 'board_rev' and >