defaultenv: Add boot option for DFU
DFU is for device firmware upgrade, but for development purposes it's
sometmes useful to just start a kernel vie DFU. This adds a boot option
for doing this and also the corresponding counterpart on the host. With
this it's possible to boot a system with:

scripts/dfuboot.sh -k linuximage -d dtb -c "root=ubi0:root ubi.mtd=ubi rootfstype=ubifs ignore_loglevel"

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 991a12d commit 24ae621e17e23f758fdbb2efe3d6bb8eb2c68634
@Sascha Hauer Sascha Hauer authored on 25 Feb 2014
Showing 5 changed files
View
common/Kconfig
View
defaultenv/Makefile
View
defaultenv/defaultenv-2-dfu/boot/dfu 0 → 100644
View
defaultenv/defaultenv.c
View
scripts/dfuboot.sh 0 → 100755