[U-Boot] [PATCH 1/1] mx6: wandboard: reenable SPL build

The last merge from the u-boot-imx tree deleted a necessary line from wandboard_defconfig by mistake.
This caused an error when running
make wandboard_defconfig make SPL
Fixes: 6e6cf015e7cd Merge git://www.denx.de/git/u-boot-imx Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de --- configs/wandboard_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/wandboard_defconfig b/configs/wandboard_defconfig index 4b6b9d9aaee..0e1f1f4a376 100644 --- a/configs/wandboard_defconfig +++ b/configs/wandboard_defconfig @@ -11,6 +11,7 @@ CONFIG_SPL_WATCHDOG_SUPPORT=y CONFIG_CMD_HDMIDETECT=y CONFIG_DISTRO_DEFAULTS=y CONFIG_BOOTCOMMAND="run findfdt; run finduuid; run distro_bootcmd" +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg" # CONFIG_CONSOLE_MUX is not set CONFIG_SYS_CONSOLE_IS_IN_ENV=y CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE=y

On Sat, Dec 9, 2017 at 2:01 PM, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
The last merge from the u-boot-imx tree deleted a necessary line from wandboard_defconfig by mistake.
This caused an error when running
make wandboard_defconfig make SPL
Fixes: 6e6cf015e7cd Merge git://www.denx.de/git/u-boot-imx Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
Thanks for the fix:
Reviewed-by: Fabio Estevam fabio.estevam@nxp.com

On 2017-12-09, Heinrich Schuchardt wrote:
The last merge from the u-boot-imx tree deleted a necessary line from wandboard_defconfig by mistake.
This caused an error when running
make wandboard_defconfig make SPL
Fixes: 6e6cf015e7cd Merge git://www.denx.de/git/u-boot-imx Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de Reviewed-by: Fabio Estevam fabio.estevam@nxp.com
This is essentially identical to the patch I submitted a couple days ago, so:
Tested-By: Vagrant Cascadian vagrant@debian.org
live well, vagrant
configs/wandboard_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/wandboard_defconfig b/configs/wandboard_defconfig index 4b6b9d9aaee..0e1f1f4a376 100644 --- a/configs/wandboard_defconfig +++ b/configs/wandboard_defconfig @@ -11,6 +11,7 @@ CONFIG_SPL_WATCHDOG_SUPPORT=y CONFIG_CMD_HDMIDETECT=y CONFIG_DISTRO_DEFAULTS=y CONFIG_BOOTCOMMAND="run findfdt; run finduuid; run distro_bootcmd" +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg" # CONFIG_CONSOLE_MUX is not set CONFIG_SYS_CONSOLE_IS_IN_ENV=y CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE=y

On 12/11/2017 11:01 PM, Vagrant Cascadian wrote:
On 2017-12-09, Heinrich Schuchardt wrote:
The last merge from the u-boot-imx tree deleted a necessary line from wandboard_defconfig by mistake.
This caused an error when running
make wandboard_defconfig make SPL
Fixes: 6e6cf015e7cd Merge git://www.denx.de/git/u-boot-imx Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de Reviewed-by: Fabio Estevam fabio.estevam@nxp.com
This is essentially identical to the patch I submitted a couple days
https://patchwork.ozlabs.org/patch/845403/ https://lists.denx.de/pipermail/u-boot/2017-December/313851.html
ago, so:
Tested-By: Vagrant Cascadian vagrant@debian.org
live well, vagrant
Hello Tom, hello Stefano
could you, please, pull this correction of the Nov 27th imx merge into the next release candidate.
Best regards
Heinrich Schuchardt
configs/wandboard_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/wandboard_defconfig b/configs/wandboard_defconfig index 4b6b9d9aaee..0e1f1f4a376 100644 --- a/configs/wandboard_defconfig +++ b/configs/wandboard_defconfig @@ -11,6 +11,7 @@ CONFIG_SPL_WATCHDOG_SUPPORT=y CONFIG_CMD_HDMIDETECT=y CONFIG_DISTRO_DEFAULTS=y CONFIG_BOOTCOMMAND="run findfdt; run finduuid; run distro_bootcmd" +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg" # CONFIG_CONSOLE_MUX is not set CONFIG_SYS_CONSOLE_IS_IN_ENV=y CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE=y

Hi Heinrich,
On 17/12/2017 09:45, Heinrich Schuchardt wrote:
On 12/11/2017 11:01 PM, Vagrant Cascadian wrote:
On 2017-12-09, Heinrich Schuchardt wrote:
The last merge from the u-boot-imx tree deleted a necessary line from wandboard_defconfig by mistake.
This caused an error when running
make wandboard_defconfig make SPL
Fixes: 6e6cf015e7cd Merge git://www.denx.de/git/u-boot-imx Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de Reviewed-by: Fabio Estevam fabio.estevam@nxp.com
This is essentially identical to the patch I submitted a couple days
https://patchwork.ozlabs.org/patch/845403/ https://lists.denx.de/pipermail/u-boot/2017-December/313851.html
ago, so:
Tested-By: Vagrant Cascadian vagrant@debian.org
live well, vagrant
Hello Tom, hello Stefano
could you, please, pull this correction of the Nov 27th imx merge into the next release candidate.
I have already pushed Vagrant's in my test branch. It will be part of next PR.
Regards, Stefano Babic

On 12/17/2017 11:07 AM, Stefano Babic wrote:
Hi Heinrich,
On 17/12/2017 09:45, Heinrich Schuchardt wrote:
On 12/11/2017 11:01 PM, Vagrant Cascadian wrote:
On 2017-12-09, Heinrich Schuchardt wrote:
The last merge from the u-boot-imx tree deleted a necessary line from wandboard_defconfig by mistake.
This caused an error when running
make wandboard_defconfig make SPL
Fixes: 6e6cf015e7cd Merge git://www.denx.de/git/u-boot-imx Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de Reviewed-by: Fabio Estevam fabio.estevam@nxp.com
This is essentially identical to the patch I submitted a couple days
https://patchwork.ozlabs.org/patch/845403/ https://lists.denx.de/pipermail/u-boot/2017-December/313851.html
ago, so:
Tested-By: Vagrant Cascadian vagrant@debian.org
live well, vagrant
Hello Tom, hello Stefano
could you, please, pull this correction of the Nov 27th imx merge into the next release candidate.
I have already pushed Vagrant's in my test branch. It will be part of next PR.
Regards, Stefano Babic
Thanks.
I thought git://git.denx.de/u-boot-imx.git was where you consolidate patches as mentioned in MAINTAINERS.
I couldn't find Vagrants patch in any of the branches.
Best regards
Heinrich

Hi Heinrich,
On Sun, Dec 17, 2017 at 8:23 AM, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
I thought git://git.denx.de/u-boot-imx.git was where you consolidate patches as mentioned in MAINTAINERS.
I couldn't find Vagrants patch in any of the branches.
It is here: http://git.denx.de/?p=u-boot/u-boot-imx.git;a=commitdiff;h=91db6710b10c2728c...
Regards,
Fabio Estevam
participants (4)
-
Fabio Estevam
-
Heinrich Schuchardt
-
Stefano Babic
-
Vagrant Cascadian