mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-21 22:51:27 +02:00
16 lines
182 B
Plaintext
16 lines
182 B
Plaintext
if TARGET_MPC837XERDB
|
|
|
|
config PCIE
|
|
def_bool y
|
|
|
|
config SYS_BOARD
|
|
default "mpc837xerdb"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "MPC837XERDB"
|
|
|
|
endif
|