mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
cb40adff8f
In case of 2 banks, the address space of the first CS must be defined and not let to the higher value. Add support for SOM with a single bank of RAM. It was tested with i.MX6Q modules in the following configurations: - 2 Banks, 4 GB - 2 Banks, 1 GB - 1 Bank, 1 GB Signed-off-by: Stefano Babic <sbabic@denx.de>
18 lines
254 B
Text
18 lines
254 B
Text
if TARGET_PFLA02
|
|
|
|
config SYS_BOARD
|
|
default "pfla02"
|
|
|
|
config SYS_VENDOR
|
|
default "phytec"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "pfla02"
|
|
|
|
config SPL_DRAM_1_BANK
|
|
bool "DRAM on just one bank"
|
|
help
|
|
activate, if the module has just one bank
|
|
of RAM
|
|
|
|
endif
|