]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/freescale/m5253demo/Kconfig
board_f: Rename initdram() to dram_init()
[people/ms/u-boot.git] / board / freescale / m5253demo / Kconfig
CommitLineData
dd84058d
MY
1if TARGET_M5253DEMO
2
3config SYS_CPU
dd84058d
MY
4 default "mcf52x2"
5
6config SYS_BOARD
dd84058d
MY
7 default "m5253demo"
8
9config SYS_VENDOR
dd84058d
MY
10 default "freescale"
11
12config SYS_CONFIG_NAME
dd84058d
MY
13 default "M5253DEMO"
14
15endif