Fix recent pxa270 serial breakage
authorLars Munch <lars@segv.dk>
Tue, 23 Mar 2010 16:27:01 +0000 (17:27 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Tue, 23 Mar 2010 19:26:45 +0000 (19:26 +0000)
This fixes a copy/paste bug introduced in commit
2d48377a8531de63ec1d0c4b9b1959dc4b78356c that pushed TARGET_WORDS_BIGENDIAN
dependency to board level.

Signed-off-by: Lars Munch <lars@segv.dk>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/pxa2xx.c

index 4fafba2e63fab355f3b33029801536bdc38e6ba2..4f9b95bc4d7a740561d8a419221a74574913f02d 100644 (file)
@@ -2084,7 +2084,7 @@ PXA2xxState *pxa270_init(unsigned int sdram_size, const char *revision)
 #else
             serial_mm_init(pxa270_serial[i].io_base, 2,
                            s->pic[pxa270_serial[i].irqn], 14857000/16,
-                           serial_hds[i], 1, 1);
+                           serial_hds[i], 1, 0);
 #endif
         else
             break;