commit: http://blackfin.uclinux.org/git/?p=linux-kernel;a=commitdiff;h=cdabc15866bb24daaef977f14bec4eb09a841b43 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-bf561/include/mach/icc.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/blackfin/mach-bf561/include/mach/icc.h b/arch/blackfin/mach-bf561/include/mach/icc.h index 68ff25c..ea997ba 100644 --- a/arch/blackfin/mach-bf561/include/mach/icc.h +++ b/arch/blackfin/mach-bf561/include/mach/icc.h @@ -12,9 +12,9 @@ #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_MEMPOOL_START 0x3D00000 -#define ICC_CODE_START 0xFEB0000 +#define COREB_TASK_START 0x3C000000 +#define COREB_MEMPOOL_START 0x3D000000 +#define ICC_CODE_START 0xFEB00000 #define COREB_ICC_LOW_SEND IRQ_SUPPLE_0 #define COREB_ICC_LOW_RECV IRQ_SUPPLE_0
_______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
