From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Tue, 31 Jan 2012 08:19:22 -0700 Subject: [U-Boot] [PATCH 0/2] SPI flash enhancements: allow default bus and chip-selects In-Reply-To: <201201311016.32376.vapier@gentoo.org> References: <1327953746-4368-1-git-send-email-eric.nelson@boundarydevices.com> <201201311016.32376.vapier@gentoo.org> Message-ID: <4F28067A.6080407@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/31/2012 08:16 AM, Mike Frysinger wrote: > On Monday 30 January 2012 15:02:24 Eric Nelson wrote: >> Patch 1 modifies the 'sf' command to allow a default bus and chip-select >> to be specified by board headers. This allows a bare 'sf' probe command: >> U-Boot> sf probe >> instead of the more cumbersome usage when a GPIO is tacked onto >> the chip-select. Otherwise, this command-line would be needed >> to specify GP3:19 on SabreLite: >> U-Boot> sf probe 0x5300 >> >> Patch 2 provides a description of usage and configuration of CONFIG_CMD_SF. > > thanks, i'll merge both into my sf branch and then push to wolfgang for next > merge window (if he doesn't pick things up directly himself) > -mike Thanks Mike