mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 14:06:02 +01:00
This is Marvell's Kirkwood development board. It has the following features - 512M DDR2 - 2 PCI connectors - 1 x1 PCI-e interface - 1 Gigabit Ethernet Port - 2 SATA Ports - USB 2.0 Interface - SDIO - 128M NAND Flash - 16M SPI Flash It can be strapped to boot from SPI or NAND so there are two defconfigs (one per boot media). Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Stefan Roese <sr@denx.de>
13 lines
161 B
Plaintext
13 lines
161 B
Plaintext
if TARGET_DB_88F6281_BP
|
|
|
|
config SYS_BOARD
|
|
default "db-88f6281-bp"
|
|
|
|
config SYS_VENDOR
|
|
default "Marvell"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "db-88f6281-bp"
|
|
|
|
endif
|