From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Wed, 21 Mar 2012 11:31:07 -0500 Subject: [U-Boot] [PATCH 1/4][v2] doc:Add documentation for e500 external debugger support In-Reply-To: <1332304952-10765-1-git-send-email-prabhakar@freescale.com> References: <1332304952-10765-1-git-send-email-prabhakar@freescale.com> Message-ID: <4F6A024B.4030200@freescale.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 03/20/2012 11:42 PM, Prabhakar Kushwaha wrote: > diff --git a/README b/README > index 8964672..48e50ed 100644 > --- a/README > +++ b/README > @@ -3347,6 +3347,20 @@ Low Level (hardware related) configuration options: > be used if available. These functions may be faster under some > conditions but may increase the binary size. > > +E500 (MPC85xx) External Debug Support > +------------------------------------- > +-CONFIG_E500 > + Enables BOOKE e500 family.It includes e500, e500v2 e500mc, > + e5500 processor etc. This is not a debug-specific option. What's wrong with putting both of these options under the existing "85xx CPU Options" section? -Scott