From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephan Linz Date: Wed, 11 Feb 2004 10:47:52 +0100 Subject: [U-Boot-Users] Newbie question: How do apply the patch from an attachment to my uboot tree In-Reply-To: References: Message-ID: <04021110475204.00467@pcj86> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am Dienstag, 10. Februar 2004 09:39 schrieb Shlomo_Kut at mksinst.com: > Hi, > > I am really interested in looking at the patch to Brad Kemp's CFI > conformant flash driver. > > Is it already in the cvs database? Yes, you have to checkout the HEAD. > > How do get from the stream of characters at the of the message to a > patched version of u-boot? Hmm, I think you talk about your subject question here, right ? Now, to patch your own U-Boot tree do: 1.) Save even this email attachment includes the patch you want (say to file: u-boot-feature.patch). 2.) Go into your U-Boot tree and call the "patch" command line tool: > cd u-boot > patch -p1 < replace_this_with_your_path_to/u-boot-feature.patch br Stephan