mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
board/freescale: use generic board architecture for t2080qds and t2080rdb
Tested with NOR boot and NAND boot on T2080QDS and T2080RDB. Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
This commit is contained in:
parent
b0d97cd2ed
commit
fb5368789a
2 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
|||
#ifndef __T208xQDS_H
|
||||
#define __T208xQDS_H
|
||||
|
||||
#define CONFIG_SYS_GENERIC_BOARD
|
||||
#define CONFIG_DISPLAY_BOARDINFO
|
||||
#define CONFIG_ICS307_REFCLK_HZ 25000000 /* ICS307 ref clk freq */
|
||||
#define CONFIG_MMC
|
||||
#define CONFIG_SPI_FLASH
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
#ifndef __T2080RDB_H
|
||||
#define __T2080RDB_H
|
||||
|
||||
#define CONFIG_SYS_GENERIC_BOARD
|
||||
#define CONFIG_DISPLAY_BOARDINFO
|
||||
#define CONFIG_T2080RDB
|
||||
#define CONFIG_ICS307_REFCLK_HZ 25000000 /* ICS307 ref clk freq */
|
||||
#define CONFIG_MMC
|
||||
|
|
Loading…
Add table
Reference in a new issue