From: wdenk Date: Thu, 27 Dec 2001 23:41:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=368a0156963215b209bed1a27fa505224e9f0a69;p=users%2Frw%2Fppcboot.git *** empty log message *** --- diff --git a/include/config_AMX860.h b/include/config_AMX860.h index 2e6e82a..a89c5de 100644 --- a/include/config_AMX860.h +++ b/include/config_AMX860.h @@ -260,7 +260,7 @@ */ #define FLASH_BASE0_PRELIM 0x40000000 /* FLASH bank #0 */ -#if !defined(CONFIG_AMX_RAM_EXT) +#ifndef CONFIG_AMX_RAM_EXT #define FLASH_BASE1_PRELIM 0x60000000 /* FLASH bank #1 */ #endif @@ -276,7 +276,7 @@ #define CFG_OR0_PRELIM 0xFFC00954 /* Real values for the board */ #define CFG_BR0_PRELIM 0x40000001 /* Real values for the board */ -#if !defined(CONFIG_AMX_RAM_EXT) +#ifndef CONFIG_AMX_RAM_EXT #define CFG_OR1_REMAP CFG_OR0_REMAP #define CFG_OR1_PRELIM 0xFFC00954 /* Real values for the board */ #define CFG_BR1_PRELIM 0x60000001 /* Real values for the board */