diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-12-29 16:23:23 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-12-30 12:32:53 +0100 |
commit | 4bf20cd7bd70f1ad5422240e6dcf858f715d6d26 (patch) | |
tree | c9aa00497bc03017df7a2f7e9832451cbe11b7a5 /board/qemu/arm-vexpress | |
parent | e095c715c347558f73f2a4d31c362361f4195dac (diff) | |
download | buildroot-novena-4bf20cd7bd70f1ad5422240e6dcf858f715d6d26.tar.gz buildroot-novena-4bf20cd7bd70f1ad5422240e6dcf858f715d6d26.zip |
qemu/arm-vexpress: update to use kernel 3.7.1
Bump to use kernel 3.7.1
Switch to hard float toolchain with NEON and VFP support.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'board/qemu/arm-vexpress')
-rw-r--r-- | board/qemu/arm-vexpress/readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/qemu/arm-vexpress/readme.txt b/board/qemu/arm-vexpress/readme.txt index 41a5f6714..c74bfcd1c 100644 --- a/board/qemu/arm-vexpress/readme.txt +++ b/board/qemu/arm-vexpress/readme.txt @@ -5,4 +5,4 @@ Run the emulation with: The login prompt will appear in the terminal that started Qemu. The graphical window is the framebuffer. -Tested with QEMU 1.2.0 +Tested with QEMU 1.3.0 |