Hey all,

This series fixes a few bugs / issues, and then sets things up so that
we can use MMC (or NAND) for environment in SPL, in addition to NOR
flash or simply built-in.  The end result is that Falcon Mode becomes
much more configurable via the environment, and thus from within Linux.

Changes in v2:
- Add patch to make TI ARMv7 platforms have SPL stack in DDR, once DDR
  is configured.
- Dropped change to make redundant mmc env use malloc (Wolfgang)
- Fixed fw_printenv tool to use '%ms' for device name (Wolfgang)
- Add a patch to drop some now useless code in env_mmc.c wrt checking
  for NULL temp buffers (they're stack not malloc now).
- Document CONFIG_SPL_MTD_SUPPORT in the README (Scott)
- Surround adding nand_util.o with CONFIG_SPL_ENV_SUPPORT test (Scott
  noted the problem, hopefully this solution is good enough until
  Kconfig)

-- 
Tom

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to