diff options
author | Tom Rini <trini@konsulko.com> | 2016-12-04 13:55:15 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-12-04 13:55:15 -0500 |
commit | 194eded14ccb40af18e1a9fb8ab85903ee0803ef (patch) | |
tree | a19c5db921b99c8df72ce8b8cdeb3f9fb3dad66b /board | |
parent | d50dbc826c0969923fa5a43b6e8c3c5eec40e739 (diff) | |
parent | 54db3c20bdc43c458854446939b706b4adee46cf (diff) |
Merge git://git.denx.de/u-boot-mpc85xx
Diffstat (limited to 'board')
-rw-r--r-- | board/varisys/cyrus/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/varisys/cyrus/Kconfig b/board/varisys/cyrus/Kconfig index d9ea7ef89c5..c7b52539265 100644 --- a/board/varisys/cyrus/Kconfig +++ b/board/varisys/cyrus/Kconfig @@ -1,4 +1,4 @@ -if TARGET_CYRUS +if TARGET_CYRUS_P5020 || TARGET_CYRUS_P5040 config SYS_BOARD default "cyrus" |