
␎From: Markus Klotzbuecher mk@mkio.de User-Agent: Mutt/1.10.1 (2018-07-13) X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - m2731.contabo.net X-AntiAbuse: Original Domain - lists.denx.de X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - mkio.de X-Get-Message-Sender-Via: m2731.contabo.net: authenticated_id: mk@mkio.de X-Authenticated-Sender: m2731.contabo.net: mk@mkio.de X-Source: X-Source-Args: X-Source-Dir:
On Thu, May 09, 2019 at 05:49:51PM +0200, Markus Klotzbuecher wrote: ...
I'm now trying to run moveconfig as follows
$ grep -l "ARCH_OMAP2PLUS|ARCH_AT91" configs/* | ./tools/moveconfig.py -s ENV_OFFSET ENV_SIZE ENV_SECT_SIZE -d -
but the command hangs infinitely.
If I run it for all boards without "-d", it starts processing and gets through about 50 configs and then hangs too.
Any idea what may be the cause?
I found it: I didn't add a default to the new KConfig, so the script got stuck when it was asked for the new config options.
Sorry for the noise.
Markus