commit: http://blackfin.uclinux.org/git/?p=linux-kernel;a=commitdiff;h=3dff7ee72e69c7cb62774635b7721061c66bf5c7 branch: http://blackfin.uclinux.org/git/?p=linux-kernel;a=shortlog;h=refs/heads/trunk
Signed-off-by: Steven Miao <[email protected]> --- arch/blackfin/mach-bf609/include/mach/mem_map.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/blackfin/mach-bf609/include/mach/mem_map.h b/arch/blackfin/mach-bf609/include/mach/mem_map.h index 9d71eb3..20b65bf 100644 --- a/arch/blackfin/mach-bf609/include/mach/mem_map.h +++ b/arch/blackfin/mach-bf609/include/mach/mem_map.h @@ -50,9 +50,9 @@ #define COREB_L1_DATA_A_START 0xFF400000 #define COREB_L1_DATA_B_START 0xFF500000 -# define COREB_L1_CODE_LENGTH 0x14000 -# define COREB_L1_DATA_A_LENGTH 0x8000 -# define COREB_L1_DATA_B_LENGTH 0x8000 +#define COREB_L1_CODE_LENGTH 0x14000 +#define COREB_L1_DATA_A_LENGTH 0x8000 +#define COREB_L1_DATA_B_LENGTH 0x8000 #ifdef CONFIG_BFIN_DCACHE
_______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
