diff mbox series

[U-Boot] TI mmc env bug?

Message ID 0faa10c4-0b53-de53-f5df-a64db5aae83a@gmail.com
State RFC
Delegated to: Tom Rini
Headers show
Series [U-Boot] TI mmc env bug? | expand

Commit Message

Andre Heider Sept. 9, 2019, 7:57 a.m. UTC
Hi,

Nuno, I think I spotted a syntax error in 'mmcboot' while looking at 
unrelated boot problems on my boneblack:

27e0f3bcf07530a9cd272953797efda54ebb8f5e

Totally untested though. In case it's a proper fix, I won't be around 
this week to send a proper patch to fix the regression fix ;)

Thanks,
Andre
diff mbox series

Patch

diff --git a/include/environment/ti/mmc.h b/include/environment/ti/mmc.h
index ef05376608..bb4af0a3d5 100644
--- a/include/environment/ti/mmc.h
+++ b/include/environment/ti/mmc.h
@@ -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};" \