From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Rapoport Date: Thu, 19 Nov 2009 16:44:52 +0200 Subject: [U-Boot] omap3 and get_board_rev Message-ID: <4B0559E4.7030407@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi all, In current omap3 implementation get_board_rev function is defined in cpu/arm_cortexa8/omap3/sys_info.c. The function returns some magic constant and that's it. I wonder what would be the best way to fix it: either make the get_board_rev in cpu/arm_cortexa8/omap3/sys_info.c "weak", or copy it to all supported omap3 boards? -- Sincerely yours, Mike.