diff options
Diffstat (limited to 'src/ram/ramtest.c')
-rw-r--r-- | src/ram/ramtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ram/ramtest.c b/src/ram/ramtest.c index b65c11dd34..9f329ef51b 100644 --- a/src/ram/ramtest.c +++ b/src/ram/ramtest.c @@ -1,6 +1,6 @@ static void write_phys(unsigned long addr, unsigned long value) { -#if HAVE_MOVNTI +#if CONFIG_HAVE_MOVNTI asm volatile( "movnti %1, (%0)" : /* outputs */ |