commit | e2542fe2bce6756948dffe2d233d154a9e25bd35 | [log] [tgz] |
---|---|---|
author | Juan Quintela <[email protected]> | Mon Jul 27 16:13:06 2009 +0200 |
committer | Anthony Liguori <[email protected]> | Mon Jul 27 14:09:21 2009 -0500 |
tree | 187b840091116d420116fb2627e48afa25d59563 | |
parent | f0667e660720cf2aee4c58716a7a9337bc359a31 [diff] [blame] |
rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN Signed-off-by: Juan Quintela <[email protected]> Signed-off-by: Anthony Liguori <[email protected]>
diff --git a/hw/pxa2xx_template.h b/hw/pxa2xx_template.h index 35312ec..40f4e4d 100644 --- a/hw/pxa2xx_template.h +++ b/hw/pxa2xx_template.h
@@ -23,7 +23,7 @@ # error unknown bit depth #endif -#ifdef WORDS_BIGENDIAN +#ifdef HOST_WORDS_BIGENDIAN # define SWAP_WORDS 1 #endif