]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
board/etin/debris/phantom.c: Fix compile error
authorWolfgang Denk <wd@denx.de>
Fri, 11 Sep 2009 09:37:20 +0000 (11:37 +0200)
committerWolfgang Denk <wd@denx.de>
Mon, 14 Sep 2009 22:17:56 +0000 (00:17 +0200)
commit0fd3d902d920f3e60f88530c33f1ae7581260951
tree750329558753f14845c5d02caf15db166ba7dfb8
parent5168801f4b71c2f8dcd92a80cfcfda84246e67fe
board/etin/debris/phantom.c: Fix compile error

Fix build problem caused by commit e84aba13: "Replace BCD2BIN and
BIN2BCD macros with inline functions"

phantom.c:163: error: redefinition of 'bcd2bin'
/home/wd/git/u-boot/work/include/bcd.h:16: error: previous definition of 'bcd2bin' was here
phantom.c:168: error: redefinition of 'bin2bcd'
/home/wd/git/u-boot/work/include/bcd.h:21: error: previous definition of 'bin2bcd' was here

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Sangmoon Kim <dogoil@etinsys.com>
board/etin/debris/phantom.c