From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Gorsulowski Date: Thu, 14 May 2009 10:49:16 +0200 Subject: [U-Boot] [PATCH 1/1] at91: Add command to control up to 3 GPIO LEDs from the console In-Reply-To: <200905080821.05239.sr@denx.de> References: <1241619669338-git-send-email-Daniel.Gorsulowski@esd.eu> <200905070832.01278.sr@denx.de> <4A03C2E9.1010501@esd.eu> <200905080821.05239.sr@denx.de> Message-ID: <4A0BDB0C.7030204@esd.eu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The folowing patch tries to fix all defects of the previous patch. The new led command is _not_ limited to 3 LEDs any more, but it is still restricted to at91 architectures. Best regards, Daniel Gorsulowski