summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-04-11 07:42:34 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-04-13 12:08:42 +0200
commit5efbed3b272b2b8b6bfa1e8317801f1637eeec88 (patch)
tree9b7e002816b02d711efd99cc78242b500bfa6876 /commands
parent2c3db7776b81afd2b36a07d484a49216cb72199b (diff)
downloadbarebox-5efbed3b272b2b8b6bfa1e8317801f1637eeec88.tar.gz
barebox-5efbed3b272b2b8b6bfa1e8317801f1637eeec88.tar.xz
arm: add Android boot image support
The Android Image contains 3 components and params - kernel - initrd - second stage (optional) - tags addr - bootargs In fast boot the initrd is mandatory, in barebox we are less restrictive use the initrd only if present add to env params: aimage_noverwrite_bootargs Disable overwrite of the bootargs with the one present in aimage aimage_noverwrite_tags Disable overwrite of the tags addr with the one present in aimage Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Cc: Magnus Damm <magnus.damm@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands')
-rw-r--r--commands/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index d7fdf04cf8..49a56ca2ff 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -359,6 +359,13 @@ config CMD_BOOTM_OFTREE_UIMAGE
Support using oftree uImages. Without this only raw oftree
blobs can be used.
+config CMD_BOOTM_AIMAGE
+ bool
+ prompt "bootm Android image support"
+ depends on CMD_BOOTM && ARM
+ help
+ Support using Android Images.
+
config CMD_UIMAGE
tristate
prompt "uimage"