u-boot: generic: Missing semicolon causing hang
After fixing the starting missing offset in the anadig_reg struct, the
system was hanging due to an endless while loop, due to a missing
semicolon.
This bug was masked due to the wrong access of the anadig register
configuration.
Signed-off-by: Juan Gutierrez <b44802@freescale.com>