commit | 1463b4b4a7d0e68d790aa3d654f9f74d03e3fd56 | [log] [tgz] |
---|---|---|
author | Andy Fleming <afleming@freescale.com> | Thu Oct 30 16:50:14 2008 -0500 |
committer | Andy Fleming <afleming@freescale.com> | Mon Feb 16 18:07:43 2009 -0600 |
tree | 2bb85a452ef20194a01d8954be714e6cc46d4e16 | |
parent | 6843a6e52fb7c8047da06ee8b9dec4a1c90a29fd [diff] [blame] |
83xx: Add eSDHC support on 8379 EMDS board Signed-off-by: Andy Fleming <afleming@freescale.com>
diff --git a/include/asm-ppc/immap_83xx.h b/include/asm-ppc/immap_83xx.h index 77c09db..7b847f8 100644 --- a/include/asm-ppc/immap_83xx.h +++ b/include/asm-ppc/immap_83xx.h
@@ -895,4 +895,6 @@ } immap_t; #endif +#define CONFIG_SYS_MPC83xx_ESDHC_OFFSET (0x2e000) +#define CONFIG_SYS_MPC83xx_ESDHC_ADDR (CONFIG_SYS_IMMR + CONFIG_SYS_MPC83xx_ESDHC_OFFSET) #endif /* __IMMAP_83xx__ */