mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-11 12:36:03 +01: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
|