From 5efbed3b272b2b8b6bfa1e8317801f1637eeec88 Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Wed, 11 Apr 2012 07:42:34 +0200 Subject: 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 Cc: Magnus Damm Signed-off-by: Sascha Hauer --- commands/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'commands') 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" -- cgit v1.2.3