From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Wed, 23 Dec 2015 11:52:40 +0100 Subject: [U-Boot] [PATCH v2] cmd_boot: Add a poweroff command In-Reply-To: <20151223063355.7F2A1383C1F@gemini.denx.de> References: <1450822985-19135-1-git-send-email-hdegoede@redhat.com> <20151223063355.7F2A1383C1F@gemini.denx.de> Message-ID: <567A7CF8.4070809@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 23-12-15 07:33, Wolfgang Denk wrote: > Dear Hans de Goede, > > In message <1450822985-19135-1-git-send-email-hdegoede@redhat.com> you wrote: >> From: Michael van Slingerland >> >> Add a 'poweroff' command to boot commands, this only gets enabled if the >> board Kconfig does a "select CMD_POWEROFF". > > Do you plan to submit any code that will actually implement and use > this feature? > > As is, this is just dead code, and anybody who enables the option just > runs into build errors. > > As is: > > NAK. as you may have noticed this is a v2 of this patch, v1 was part of a set which did actually implement support for this and came with a coverletter explaining why this is a desirable feature. Regards, Hans