diff options
| author | Peter Crosthwaite | 2015-04-26 21:10:19 +0200 |
|---|---|---|
| committer | Michael Tokarev | 2015-04-30 15:05:48 +0200 |
| commit | a0970d91c94241c74b2b8027268d2a7e8fe19ae3 (patch) | |
| tree | 8ca7bd7164bcd009abf86b78c3b9443800913e63 /default-configs | |
| parent | libcacard: do not use full paths for include files in the same dir (diff) | |
| download | qemu-a0970d91c94241c74b2b8027268d2a7e8fe19ae3.tar.gz qemu-a0970d91c94241c74b2b8027268d2a7e8fe19ae3.tar.xz qemu-a0970d91c94241c74b2b8027268d2a7e8fe19ae3.zip | |
defconfigs: Piggyback microblazeel on microblaze
Theres no difference in defconfig. Going forward microblazeel should
superset microblaze so use an include.
Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'default-configs')
| -rw-r--r-- | default-configs/microblazeel-softmmu.mak | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/default-configs/microblazeel-softmmu.mak b/default-configs/microblazeel-softmmu.mak index acf22c5bb3..2fcf442fc7 100644 --- a/default-configs/microblazeel-softmmu.mak +++ b/default-configs/microblazeel-softmmu.mak @@ -1,11 +1,3 @@ # Default configuration for microblazeel-softmmu -CONFIG_PTIMER=y -CONFIG_PFLASH_CFI01=y -CONFIG_SERIAL=y -CONFIG_XILINX=y -CONFIG_XILINX_AXI=y -CONFIG_XILINX_SPI=y -CONFIG_XILINX_ETHLITE=y -CONFIG_SSI=y -CONFIG_SSI_M25P80=y +include microblaze-softmmu.mak |
