]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/phytec/pfla02/Kconfig
Merge git://git.denx.de/u-boot-sunxi
[people/ms/u-boot.git] / board / phytec / pfla02 / Kconfig
CommitLineData
83605d37
SB
1if TARGET_PFLA02
2
3config SYS_BOARD
4 default "pfla02"
5
6config SYS_VENDOR
7 default "phytec"
8
9config SYS_CONFIG_NAME
10 default "pfla02"
11
cb40adff
SB
12config SPL_DRAM_1_BANK
13 bool "DRAM on just one bank"
14 help
15 activate, if the module has just one bank
16 of RAM
17
83605d37 18endif