mirror of
https://github.com/u-boot/u-boot.git
synced 2025-01-25 20:23:27 +08:00
13 lines
157 B
Plaintext
13 lines
157 B
Plaintext
|
if TARGET_MPC8323ERDB
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "mpc8323erdb"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "freescale"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "MPC8323ERDB"
|
||
|
|
||
|
endif
|