diff options
author | York Sun <york.sun@nxp.com> | 2016-12-01 18:37:55 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-12-02 08:52:34 -0800 |
commit | 22a1b99a1dd82cb06d05de81a8bc3c52f8b0b5bb (patch) | |
tree | b76ed90e51273b4a9df560c0c4a0d34fcf7da3a1 /board/varisys | |
parent | 6b29a395b62965eef6b5065d3a526a8588a92038 (diff) | |
download | u-boot-22a1b99a1dd82cb06d05de81a8bc3c52f8b0b5bb.tar.gz |
powerpc: cyrus: Separate P5020/P5040 config options
Instead of using EXTRA options in defconfig, use two targets
in Kconfig to select correct SoC.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'board/varisys')
-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 d9ea7ef89c..c7b5253926 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" |