From e2542fe2bce6756948dffe2d233d154a9e25bd35 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Mon, 27 Jul 2009 16:13:06 +0200 Subject: rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- hw/pxa2xx_template.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/pxa2xx_template.h') diff --git a/hw/pxa2xx_template.h b/hw/pxa2xx_template.h index 35312ec296..40f4e4d219 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 -- cgit v1.2.1