add a generic default environment
commitc56830349b6af5a45e25f73dd24457131f42928e
authorSascha Hauer <s.hauer@pengutronix.de>
Fri, 11 Jun 2010 12:14:30 +0000 (11 14:14 +0200)
committerSascha Hauer <s.hauer@pengutronix.de>
Tue, 22 Jun 2010 13:44:44 +0000 (22 15:44 +0200)
tree5c9985af523ca5f29d4ccf2805a03e9e677cbd58
parente7048e1862a16866766a3584fe946012a206c110
add a generic default environment

We have several nearly identical default environments in the tree.
Lets merge them to a single environment and use it on many boards.
This defaultenv is arm centric at the moment due to the use of arm
specific boot commands. This can be improved over time.

changes since last version:

- fix potentially empty variable tests
- be a bit more verbose in boot script
- run a board specific init script (/env/bin/init_board) if it exists

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
defaultenv/bin/_update [new file with mode: 0644]
defaultenv/bin/boot [new file with mode: 0644]
defaultenv/bin/hush_hack [new file with mode: 0644]
defaultenv/bin/init [new file with mode: 0644]
defaultenv/bin/update_kernel [new file with mode: 0644]
defaultenv/bin/update_rootfs [new file with mode: 0644]