commit | 5c92d4823d2d5de03ea63cb3fbfc898c39cf199c | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@wwwdotorg.org> | Wed Feb 05 20:49:22 2014 -0700 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Fri Feb 21 15:30:18 2014 +0100 |
tree | d8f354f2c7ef054360f5a3b613f501385e7afa87 | |
parent | 29235b73373f28f2516d2eafbf6ec76ecf8051a3 [diff] |
ARM: rpi_b: load /uEnv.txt from MMC at startup The Pi has no flash to store an environment in the usual fashion. However, the user may wish to customize the environment. We know that the SD card must be present, since that's where the boot ROM has loaded U-Boot from. So, load uEnv.txt from there early during boot. This allows the user to e.g. customize boot_targets, in order to automatically select network boot. Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>