From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Thompson Date: Mon, 26 Apr 2010 09:30:47 +0100 Subject: [U-Boot] [PATCH] da830: Move common code out of da830evm.c file In-Reply-To: <1271851127-7969-1-git-send-email-sudhakar.raj@ti.com> References: <1271851127-7969-1-git-send-email-sudhakar.raj@ti.com> Message-ID: <4BD54F37.80003@ge.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 21/04/10 12:58, Sudhakar Rajashekhara wrote: > TI's DA850/OMAP-L138 platform is similar to DA830/OMAP-L137 > in many aspects. So instead of repeating the same code in > multiple files, move the common code to a different file > and call those functions from the respective da830/da850 > files. > > Signed-off-by: Sudhakar Rajashekhara > --- > board/davinci/common/misc.c | 30 ++++++++++++++++++++++++++++++ > board/davinci/common/misc.h | 6 ++++++ > board/davinci/da830evm/da830evm.c | 28 +++++++++++----------------- > 3 files changed, 47 insertions(+), 17 deletions(-) > As this patch mainly effects da830evm: Acked-by: Nick Thompson