Commit 3c41e90118383258db6634916b97eca095735807

Authored by Otavio Salvador
Committed by Stefano Babic
1 parent d17087cd01

mx28evk: We shouldn't hardcode a rootfs filesystem type

For a generic environment, we shouldn't have a fixed rootfs filesystem
so we drop it from env.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>

Showing 1 changed file with 2 additions and 4 deletions Side-by-side Diff

include/configs/mx28evk.h
... ... @@ -292,11 +292,9 @@
292 292 "console_mainline=ttyAMA0\0" \
293 293 "mmcdev=0\0" \
294 294 "mmcpart=2\0" \
295   - "mmcroot=/dev/mmcblk0p3 rw\0" \
296   - "mmcrootfstype=ext3 rootwait\0" \
  295 + "mmcroot=/dev/mmcblk0p3 rw rootwait\0" \
297 296 "mmcargs=setenv bootargs console=${console_mainline},${baudrate} " \
298   - "root=${mmcroot} " \
299   - "rootfstype=${mmcrootfstype}\0" \
  297 + "root=${mmcroot}\0" \
300 298 "loadbootscript=" \
301 299 "fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \
302 300 "bootscript=echo Running bootscript from mmc ...; " \