Re: [PATCH v2 1/2] sunxi: fix support board-specific CONFIG_PREBOOT

2020-03-03 Thread Jonas Smedegaard
Hi Andre, Quoting Andre Przywara (2020-03-02 10:51:08) > On Sat, 29 Feb 2020 16:58:55 +0100 > Jonas Smedegaard wrote: > > Hi Jonas, > > > commit 37304aaf60bf ("Convert CONFIG_USE_PREBOOT and CONFIG_PREBOOT to > > Kconfig") intended to support CONFIG_PREBOOT, but > >

Re: [PATCH v2 1/2] sunxi: fix support board-specific CONFIG_PREBOOT

2020-03-02 Thread Andre Przywara
On Sat, 29 Feb 2020 16:58:55 +0100 Jonas Smedegaard wrote: Hi Jonas, > commit 37304aaf60bf ("Convert CONFIG_USE_PREBOOT and CONFIG_PREBOOT to > Kconfig") intended to support CONFIG_PREBOOT, but > include/configs/sunxi-common.h hardcodes preboot as part of internally > defined

[PATCH v2 1/2] sunxi: fix support board-specific CONFIG_PREBOOT

2020-02-29 Thread Jonas Smedegaard
commit 37304aaf60bf ("Convert CONFIG_USE_PREBOOT and CONFIG_PREBOOT to Kconfig") intended to support CONFIG_PREBOOT, but include/configs/sunxi-common.h hardcodes preboot as part of internally defined CONSOLE_STDIN_SETTINGS, silently ignoring any board-specific CONFIG_PREBOOT. Simply moving