blob: 09d05ce47aabff2b04ee37d2aaf3dfb492bbc3c1 [file] [log] [blame]
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=2
inherit tegra-bct
DESCRIPTION="Seaboard BCT file"
LICENSE=""
SLOT="0"
KEYWORDS="arm"
IUSE="bootflash-nand bootflash-spi"
PROVIDE="virtual/tegra-bct"
RDEPEND=""
DEPEND=""
if use "bootflash-nand"; then
TEGRA_BCT_FLASH_CONFIG="nand.cfg"
TEGRA_BCT_FILE="Seaboard_A02P_MID_1GB_HYNIX_H5PS2G83AFR-S6_ddr2_333Mhz_NAND.bct"
elif use "bootflash-spi"; then
TEGRA_BCT_FLASH_CONFIG="spi.cfg"
TEGRA_BCT_FILE="spi512.bct"
fi