[U-Boot] [PATCH 1/3] PXE: if a board has set its own value for CONFIG_BOOTP_VCI_STRING do not set the default one. Use the board set value instead

2015-06-28 Thread Dennis Gilmore
Signed-off-by: Dennis Gilmore den...@ausil.us --- include/config_distro_defaults.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/include/config_distro_defaults.h b/include/config_distro_defaults.h index bd8fbca..d8165cc 100644 --- a/include/config_distro_defaults.h +++

Re: [U-Boot] [PATCH 1/3] PXE: if a board has set its own value for CONFIG_BOOTP_VCI_STRING do not set the default one. Use the board set value instead

2015-06-28 Thread Jagan Teki
This isn't a proper patch setup - please try to add short note line on subject head and description on body. On 29 June 2015 at 00:35, Dennis Gilmore den...@ausil.us wrote: Signed-off-by: Dennis Gilmore den...@ausil.us --- include/config_distro_defaults.h | 6 ++ 1 file changed, 6