CHROMIUM: ARM: tegra: Don't call board_emc_init() before bi_arch_number set.

The board_emc_init() was a complete no-op, since the bi_arch_number was
always -1.  This makes it work properly.

BUG=chromium-os:18648
TEST=Added print statements and saw proper board ID.
TEST=Booted on Kaen and saw boot speed improvement (with additional CL
fixing the emc table).

Change-Id: Ic92b014216a866e389dd760d6becdb72e5bf7243
Reviewed-on: http://gerrit.chromium.org/gerrit/5238
Reviewed-by: Doug Anderson <dianders@chromium.org>
Tested-by: Doug Anderson <dianders@chromium.org>
1 file changed