From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Sun, 17 May 2009 12:47:07 +0200 Subject: [U-Boot] [PATCH] OMAP3: Zoom2: Fix missing Board and CPU info In-Reply-To: <20090517093738.GQ16288@game.jcrosoft.org> References: <1242483066-6955-1-git-send-email-dirk.behme@googlemail.com> <20090517093738.GQ16288@game.jcrosoft.org> Message-ID: <4A0FEB2B.9090000@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 16:11 Sat 16 May , Dirk Behme wrote: >> With other OMAP3 boards we recently switched to CPU and Board >> info API. From parallel merge, this is missing for Zoom2. >> Enable it for Zoom2, too. > It's an option so it's not a fix It is a fix. As mentioned above, we fix the issue "Zoom2 doesn't print CPU and Board info after parallel merge of Zoom2 and OMAP3 switch to Board/CPU info API". With old logic, every OMAP3 board got info output by default. Zoom2, too. With parallel merge of Zoom2 and switch to Board/CPU info API, this was lost for Zoom2. Now we fix this to get the same behavior for Zoom2 as before the Baord/CPU API switch. Best regards Dirk P.S.: Do you have already an idea when we will get the documentation for CPU/Board info API as requested in http://lists.denx.de/pipermail/u-boot/2009-April/051420.html (1) ? (Note: (2) was already fixed by Wolfgang)