summaryrefslogtreecommitdiff
path: root/include/configs/mx53ppd.h
diff options
context:
space:
mode:
authorIan Ray <ian.ray@ge.com>2019-01-31 17:21:17 +0300
committerStefano Babic <sbabic@denx.de>2019-04-13 21:30:08 +0300
commit31c9afdd92380c6a1902325f322d2c4ba52d0ba2 (patch)
tree77cc206bd71eb713ada2f570196f27a076638dd2 /include/configs/mx53ppd.h
parent3cc0e327f2489ae7b3ff05d80efc768e1b4fb58f (diff)
downloadu-boot-31c9afdd92380c6a1902325f322d2c4ba52d0ba2.tar.xz
board: ge: ppd: Enable CONFIG_DM_MMC
Use MMC device model, and remove USDHC pin configuration code since the pinctrl driver is used. Signed-off-by: Ian Ray <ian.ray@ge.com>
Diffstat (limited to 'include/configs/mx53ppd.h')
-rw-r--r--include/configs/mx53ppd.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/configs/mx53ppd.h b/include/configs/mx53ppd.h
index d2a8e6571a..db6cd650f1 100644
--- a/include/configs/mx53ppd.h
+++ b/include/configs/mx53ppd.h
@@ -30,10 +30,6 @@
#define CONFIG_MXC_UART
#define CONFIG_MXC_UART_BASE UART1_BASE
-/* MMC Configs */
-#define CONFIG_SYS_FSL_ESDHC_ADDR 0
-#define CONFIG_SYS_FSL_ESDHC_NUM 2
-
/* Eth Configs */
#define CONFIG_FEC_MXC
@@ -101,7 +97,7 @@
"image=/boot/fitImage\0" \
"fdt_high=0xffffffff\0" \
"dev=mmc\0" \
- "devnum=0\0" \
+ "devnum=2\0" \
"rootdev=mmcblk0p\0" \
"quiet=quiet loglevel=0\0" \
"console=" CONSOLE_DEV "\0" \