commit | 8aca720af912b0079cdf299056818b0f6e611453 | [log] [tgz] |
---|---|---|
author | Albin Tonnerre <albin.tonnerre@free-electrons.com> | Thu Aug 13 15:31:11 2009 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Tue Aug 25 12:57:55 2009 +0200 |
tree | a70c19d295abf01ca9f53f01fb008cab416a6b6e | |
parent | 9fc91f07c4e9321fb04b3c270106386feb25d8e3 [diff] |
Replace BCD2BIN and BIN2BCD macros with inline functions In the process, also remove backward-compatiblity macros BIN_TO_BCD and BCD_TO_BIN and update the sole board using them to use the new bin2bcd and bcd2bin instead Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com> Acked-by: Stefan Roese <sr@denx.de> Acked-by: Detlev Zundel <dzu@denx.de>