Commit a3f170cdbf7ae0bd24c94c2f46725699bbd69f05

Authored by Otavio Salvador
Committed by Stefano Babic
1 parent e97721c41a

mx53ard: Change default environment to cope with OE changes

OpenEmbedded has change partitioning layout of generated image so it
does not raise warnings during the boot regarding unkown partition
being used for U-Boot.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Fabio Estevam <fabio.estevam@freescale.com>

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

include/configs/mx53ard.h
... ... @@ -118,8 +118,8 @@
118 118 "boot_fdt=try\0" \
119 119 "ip_dyn=yes\0" \
120 120 "mmcdev=" __stringify(CONFIG_SYS_MMC_ENV_DEV) "\0" \
121   - "mmcpart=2\0" \
122   - "mmcroot=/dev/mmcblk0p3 rootwait rw\0" \
  121 + "mmcpart=1\0" \
  122 + "mmcroot=/dev/mmcblk0p2 rootwait rw\0" \
123 123 "update_sd_firmware_filename=u-boot.imx\0" \
124 124 "update_sd_firmware=" \
125 125 "if test ${ip_dyn} = yes; then " \