aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus/m2v-mx_se/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/asus/m2v-mx_se/mainboard.c')
-rw-r--r--src/mainboard/asus/m2v-mx_se/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/asus/m2v-mx_se/mainboard.c b/src/mainboard/asus/m2v-mx_se/mainboard.c
index 614af3908e..c936fa9042 100644
--- a/src/mainboard/asus/m2v-mx_se/mainboard.c
+++ b/src/mainboard/asus/m2v-mx_se/mainboard.c
@@ -30,7 +30,7 @@ uint64_t uma_memory_base, uma_memory_size;
int add_mainboard_resources(struct lb_memory *mem)
{
-#if (CONFIG_GFXUMA == 1)
+#if CONFIG_GFXUMA
lb_add_memory_range(mem, LB_MEM_RESERVED,
uma_memory_base, uma_memory_size);
#endif