Re: [U-Boot] [PATCH 06/11] omap3: cm-t35: move get_board_serial() fallback

2014-11-04 Thread Tom Rini
On Mon, Nov 03, 2014 at 11:32:22AM +0200, Igor Grinberg wrote: > The fallback is used for cases when CONFIG_SERIAL_TAG defined, but the > eeprom is not used. > The fallback is useful for more than one CompuLab board, so move it to a > common location. > > Signed-off-by: Igor Grinberg Reviewed-b

[U-Boot] [PATCH 06/11] omap3: cm-t35: move get_board_serial() fallback

2014-11-03 Thread Igor Grinberg
The fallback is used for cases when CONFIG_SERIAL_TAG defined, but the eeprom is not used. The fallback is useful for more than one CompuLab board, so move it to a common location. Signed-off-by: Igor Grinberg --- board/compulab/cm_t35/cm_t35.c | 10 -- board/compulab/common/common.c | 1