diff options
author | Ian Ray <ian.ray@ge.com> | 2019-01-31 16:21:17 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-04-13 20:30:08 +0200 |
commit | 31c9afdd92380c6a1902325f322d2c4ba52d0ba2 (patch) | |
tree | 77cc206bd71eb713ada2f570196f27a076638dd2 /include | |
parent | 3cc0e327f2489ae7b3ff05d80efc768e1b4fb58f (diff) |
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')
-rw-r--r-- | include/configs/mx53ppd.h | 6 |
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" \ |