bayleybay: enable running reference code

This configuration change enables the running of reference code for
bayleybay.

BUG=chrome-os-partner:22580
BRANCH=None

TEST=manual
  . built and noted output of reference code debug information. The
    eMMC device driver (not yet in the code base) is working reliably
    after several reboots and power cycles, indicating that the PLL
    initialization code is kicking in.

Change-Id: I426baa46a72a567f54a00dc00321ee4227531eff
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/175077
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Vadim Bendebury 2013-10-30 11:29:45 -07:00 committed by chrome-internal-fetch
commit f530e680d0

View file

@ -4,6 +4,8 @@ CONFIG_VENDOR_INTEL=y
CONFIG_BOARD_INTEL_BAYLEYBAY=y
CONFIG_HAVE_MRC=y
CONFIG_MRC_FILE="/build/bayleybay/firmware/mrc.bin"
CONFIG_HAVE_REFCODE_BLOB=y
CONFIG_REFCODE_BLOB_FILE="/build/bayleybay/firmware/efi.elf"
CONFIG_CBFS_SIZE=0x100000
CONFIG_CONSOLE_CBMEM=y
# CONFIG_CONSOLE_SERIAL is not set