diff options
author | Terry Lv <r65388@freescale.com> | 2009-06-17 18:46:13 +0800 |
---|---|---|
committer | Fred Fan <r01011@freescale.com> | 2009-09-10 17:02:19 +0800 |
commit | 0557114f39ead28bb9d9b81291970c72728786a4 (patch) | |
tree | 2a65dcc5454ae2ab52a7d9903933f0ea7b38995e /board | |
parent | 05a4055d2f48a9941c1b47528dcc015d10e979e5 (diff) | |
download | u-boot-imx-0557114f39ead28bb9d9b81291970c72728786a4.zip u-boot-imx-0557114f39ead28bb9d9b81291970c72728786a4.tar.gz u-boot-imx-0557114f39ead28bb9d9b81291970c72728786a4.tar.bz2 |
ENGR00113439: BBG2, enable SPI NOR and MMC in one image.
BBG2, enable SPI NOR and MMC in one image.
Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/freescale/imx51/imx51.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/freescale/imx51/imx51.c b/board/freescale/imx51/imx51.c index 793afa2..b0bbf46 100644 --- a/board/freescale/imx51/imx51.c +++ b/board/freescale/imx51/imx51.c @@ -258,7 +258,6 @@ int board_eth_init(bd_t *bis) int sdhc_init(void) { u32 interface_esdhc = 0; - u32 pad_val = 0; s32 status = 0; interface_esdhc = (readl(SRC_BASE_ADDR + 0x4) & (0x00180000)) >> 19; |