arm: ti: Add missing "=" from previous fix
authorTom Rini <trini@konsulko.com>
Mon, 9 Sep 2019 14:55:45 +0000 (10:55 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 9 Sep 2019 14:55:45 +0000 (10:55 -0400)
While the original patch to fix a regression in distro boot for mmc on
these platforms had the correct syntax, I broke the change while
applying.  Add back in the missing "=" here so that the syntax is
correct.

Reported-by: Andre Heider <a.heider@gmail.com>
Fixes: 27e0f3bcf075 ("arm: ti: Fix regression in distro boot for mmc")
Signed-off-by: Tom Rini <trini@konsulko.com>
include/environment/ti/mmc.h

index ef053766088bcb65468a44e02876b43043731014..bb4af0a3d54b93a8491ae094afd638eeadf72e5a 100644 (file)
@@ -56,7 +56,7 @@
                        "bootz; " \
                "fi;\0" \
        "mmcboot=mmc dev ${mmcdev}; " \
-               "devnum ${mmcdev}; " \
+               "devnum=${mmcdev}; " \
                "setenv devtype mmc; " \
                "if mmc rescan; then " \
                        "echo SD/MMC found on device ${mmcdev};" \