diff --git a/[refs] b/[refs] index cffb8f05c518..c2222bc9e0db 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cdbf4c3c5f4909767c21f47f68f2ee57a8b36b3b +refs/heads/master: ad5dd977430216059d8344ccc516f11be4a37082 diff --git a/trunk/arch/blackfin/mach-bf548/include/mach/mem_map.h b/trunk/arch/blackfin/mach-bf548/include/mach/mem_map.h index f99f47bc3a07..a2228428dc06 100644 --- a/trunk/arch/blackfin/mach-bf548/include/mach/mem_map.h +++ b/trunk/arch/blackfin/mach-bf548/include/mach/mem_map.h @@ -94,13 +94,13 @@ #endif /*CONFIG_BFIN_DCACHE*/ /* Level 2 Memory */ -#if !defined(CONFIG_BF542) -# define L2_START 0xFEB00000 -# if defined(CONFIG_BF544) -# define L2_LENGTH 0x10000 -# else -# define L2_LENGTH 0x20000 -# endif +#define L2_START 0xFEB00000 +#if defined(CONFIG_BF542) +# define L2_LENGTH 0 +#elif defined(CONFIG_BF544) +# define L2_LENGTH 0x10000 +#else +# define L2_LENGTH 0x20000 #endif /* Scratch Pad Memory */