commit: http://blackfin.uclinux.org/git/?p=linux-kernel;a=commitdiff;h=2a3876f83c05c5938e1d2180cf1d61d79850ccc8 branch: http://blackfin.uclinux.org/git/?p=linux-kernel;a=shortlog;h=refs/heads/trunk
Signed-off-by: Sonic Zhang <[email protected]> --- arch/blackfin/mach-bf561/include/mach/icc.h | 4 ++-- arch/blackfin/mach-bf609/include/mach/icc.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/blackfin/mach-bf561/include/mach/icc.h b/arch/blackfin/mach-bf561/include/mach/icc.h index 5201f2c..7a7a166 100644 --- a/arch/blackfin/mach-bf561/include/mach/icc.h +++ b/arch/blackfin/mach-bf561/include/mach/icc.h @@ -12,8 +12,8 @@ #define sm_atomic_read(v) bfin_read16(v) #define sm_atomic_write(v, i) bfin_write16(v, i) -#define COREB_TASK_START 0x3C00000 -#define COREB_MEM_SIZE 0x400000 +#define COREB_TASK_START 0x3C00000 /* core B DRAM resion should be at the boundary of 4M bytes */ +#define COREB_TASK_MEM_SIZE 0x400000 /* core B DRAM size shold be multiple of 4M bytes */ #define COREB_MEMPOOL_START 0x3D00000 #define ICC_CODE_START 0xFEB08000 diff --git a/arch/blackfin/mach-bf609/include/mach/icc.h b/arch/blackfin/mach-bf609/include/mach/icc.h index ee6b4e5..ea7fd7e 100644 --- a/arch/blackfin/mach-bf609/include/mach/icc.h +++ b/arch/blackfin/mach-bf609/include/mach/icc.h @@ -12,8 +12,8 @@ #define sm_atomic_read(v) bfin_read16(v) #define sm_atomic_write(v, i) bfin_write16(v, i) -#define COREB_TASK_START 0x7C00000 -#define COREB_MEM_SIZE 0x400000 +#define COREB_TASK_START 0x7C00000 /* core B DRAM resion should be at the boundary of 4M bytes */ +#define COREB_TASK_MEM_SIZE 0x400000 /* core B DRAM size shold be multiple of 4M bytes */ #define COREB_MEMPOOL_START 0x7D00000 #define ICC_CODE_START 0xc8088000
_______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
