summaryrefslogtreecommitdiff
path: root/include/configs/ge_bx50v3.h
diff options
context:
space:
mode:
authorIan Ray <ian.ray@ge.com>2019-01-31 17:21:12 +0300
committerStefano Babic <sbabic@denx.de>2019-04-13 21:30:08 +0300
commitefc260a9af922c0e8860109b1e9e9634f3a7965d (patch)
tree2b9038840dee2ca2b1d6b54e02d0be82ae4e6d54 /include/configs/ge_bx50v3.h
parentd93e3ba6e370c108f75ac8ebd5353003767b3e79 (diff)
downloadu-boot-efc260a9af922c0e8860109b1e9e9634f3a7965d.tar.xz
board: ge: bx50v3: 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/ge_bx50v3.h')
-rw-r--r--include/configs/ge_bx50v3.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/configs/ge_bx50v3.h b/include/configs/ge_bx50v3.h
index 3336578071..bb3c65efc7 100644
--- a/include/configs/ge_bx50v3.h
+++ b/include/configs/ge_bx50v3.h
@@ -45,10 +45,6 @@
#define CONFIG_LBA48
#endif
-/* MMC Configs */
-#define CONFIG_FSL_USDHC
-#define CONFIG_SYS_FSL_ESDHC_ADDR 0
-
/* USB Configs */
#ifdef CONFIG_USB
#define CONFIG_USB_MAX_CONTROLLER_COUNT 2
@@ -82,7 +78,7 @@
"image=/boot/fitImage\0" \
"fdt_high=0xffffffff\0" \
"dev=mmc\0" \
- "devnum=1\0" \
+ "devnum=2\0" \
"rootdev=mmcblk0p\0" \
"quiet=quiet loglevel=0\0" \
"console=" CONSOLE_DEV "\0" \