blob: f4da68b5ba9512be1ae8f870a88eeca437f25647 [file] [log] [blame]
Stefano Babic83605d32017-07-26 18:23:05 +02001if 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
Stefano Babiccb40adf2017-08-25 13:02:53 +020012config 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
Stefano Babic83605d32017-07-26 18:23:05 +020018endif