Skip to content
Snippets Groups Projects
Commit 2dce9d63 authored by Wolfgang Denk's avatar Wolfgang Denk Committed by Tom Rix
Browse files

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: default avatarWolfgang Denk <wd@denx.de>
Cc: Sangmoon Kim <dogoil@etinsys.com>
parent da456b27
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment