commit | c99ea790788ae83d813e2c6c03291cb5672cc6c0 | [log] [tgz] |
---|---|---|
author | Reinhard Meyer <info@emk-elektronik.de> | Sun Jun 06 19:01:59 2010 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Tue Jun 29 22:32:13 2010 +0200 |
tree | d760eaf6c399c9f4996643f5a08dd618f90209e7 | |
parent | d04250cbe1999cfaafee590dfb3191ade305fb63 [diff] |
Fix #if chain and added AVR32 case in cmd_bdinfo.c AVR32 case was missing in cmd_bdinfo, resulting in compiler warning (bd->bi_baudrate declared unsigned int at AVR32, but printf used %d) At the same time slightly reordered #if #elif #endif to make ARM one of the cases and not an extra case surrounding all others Signed-off-by: Reinhard Meyer <info@emk-elektronik.de> Tested-by: Andreas Bießmann <biessmann@corscience.de>