u-boot-brain/board/freescale/mpc8313erdb/Kconfig

26 lines
333 B
Plaintext
Raw Normal View History

if TARGET_MPC8313ERDB_NOR
config SYS_BOARD
default "mpc8313erdb"
config SYS_VENDOR
default "freescale"
config SYS_CONFIG_NAME
default "MPC8313ERDB_NOR"
endif
if TARGET_MPC8313ERDB_NAND
config SYS_BOARD
default "mpc8313erdb"
config SYS_VENDOR
default "freescale"
config SYS_CONFIG_NAME
default "MPC8313ERDB_NAND"
endif