From mboxrd@z Thu Jan 1 00:00:00 1970 From: Troy Kisky Date: Thu, 04 Oct 2012 16:28:51 -0700 Subject: [U-Boot] [PATCH V3 30/32] mx6qsabrelite: change CONFIG_SYS_PROMPT In-Reply-To: References: <1348281558-19520-1-git-send-email-troy.kisky@boundarydevices.com> <1349315254-21151-1-git-send-email-troy.kisky@boundarydevices.com> <1349315254-21151-31-git-send-email-troy.kisky@boundarydevices.com> Message-ID: <506E1BB3.4050005@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 10/3/2012 8:00 PM, Otavio Salvador wrote: > On Wed, Oct 3, 2012 at 10:47 PM, Troy Kisky > wrote: >> The prompt is not appropriate if not running on >> a mx6q processor. >> >> Signed-off-by: Troy Kisky > But in this case the board name will change, no? > No, patch 29/32 sets the new boards to use the same config file (mx6qsabrelite.h) only adding ",MX6DL" or ",MX6S" or ",MX6Q" to the end of the line in boards.cfg Troy