blob: a85c242a845abdeb509cfa03a26afa4179c7282f [file] [log] [blame]
##
## This file is part of the coreboot project.
##
## Copyright 2013 Google Inc.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
if BOARD_TI_BEAGLEBONE
config BOARD_SPECIFIC_OPTIONS # dummy
def_bool y
select CPU_TI_AM335X
select BOARD_ROMSIZE_KB_4096
config MAINBOARD_DIR
string
default ti/beaglebone
config MAINBOARD_PART_NUMBER
string
default "Beaglebone"
config MAX_CPUS
int
default 1
config MAINBOARD_VENDOR
string
default "TI"
config DRAM_SIZE_MB
int
default 256
config UART_FOR_CONSOLE
int
default 0
endif # BOARD_TI_BEAGLEBONE