diff options
author | Macpaul Lin <macpaul@andestech.com> | 2010-09-21 15:13:32 +0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-09-23 15:36:19 -0700 |
commit | 2b24b2bd859a4b4b8ccaf3b7d1b529dcda2d3b94 (patch) | |
tree | 437bd40c6187fb6cd6b16ad8d8d0a49993a7a443 | |
parent | 22376aa7aa44464636b12ee1d61b94e52ca02b0f (diff) |
xfree86: nds32: add nds32 definition for vgaHW support.
Add __nds32__ definitions for vgaHW support.
Signed-off-by: Macpaul Lin <macpaul@andestech.com>
Acked-by: Tiago Vignatti <tiago.vignatti@nokia.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | hw/xfree86/vgahw/vgaHW.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/vgahw/vgaHW.h b/hw/xfree86/vgahw/vgaHW.h index 7e63492d8..b31c00739 100644 --- a/hw/xfree86/vgahw/vgaHW.h +++ b/hw/xfree86/vgahw/vgaHW.h @@ -174,7 +174,7 @@ typedef struct _vgaHWRec { #define BITS_PER_GUN 6 #define COLORMAP_SIZE 256 -#if defined(__powerpc__) || defined(__arm__) || defined(__s390__) +#if defined(__powerpc__) || defined(__arm__) || defined(__s390__) || defined(__nds32__) #define DACDelay(hw) /* No legacy VGA support */ #else #define DACDelay(hw) \ |