diff options
author | Guan Xuetao <gxt@mprc.pku.edu.cn> | 2012-08-10 14:42:27 +0800 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-08-11 09:36:59 +0000 |
commit | fbbdf9838d30ecdf24b0ff9f6a4e9567d74e39bd (patch) | |
tree | 81e47480dede004ddc0b16e9b47a5abe941d4fdf /default-configs/unicore32-softmmu.mak | |
parent | ef03168a8536f4427ab24a1fc43638dfbecc1bf8 (diff) |
unicore32-softmmu: Add puv3 soc/board support
This patch only add puv3 soc/board support, which introduces puv3
machine description, and specifies console type.
Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'default-configs/unicore32-softmmu.mak')
-rw-r--r-- | default-configs/unicore32-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/unicore32-softmmu.mak b/default-configs/unicore32-softmmu.mak index 5f04fe3429..726a338c23 100644 --- a/default-configs/unicore32-softmmu.mak +++ b/default-configs/unicore32-softmmu.mak @@ -1 +1,2 @@ # Default configuration for unicore32-softmmu +CONFIG_PUV3=y |