From 89c8ac578f309eb2d9aa86e9c507d2fa117d0308 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 20 Jul 2016 16:25:00 +0200 Subject: boot: Move code to common/ Normally code in commands/ shall only do the option parsing whereas the functionality shall be in common/ to make the code usable from C aswell. Do this in the boot code aswell, move it to common/boot.c and add the function prototypes to include/boot.h Signed-off-by: Sascha Hauer --- commands/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'commands/Kconfig') diff --git a/commands/Kconfig b/commands/Kconfig index 3a0977b980..0685664576 100644 --- a/commands/Kconfig +++ b/commands/Kconfig @@ -294,6 +294,7 @@ config CMD_BOOT_ORDER config CMD_BOOT tristate depends on BOOTM + select BOOT prompt "boot" help Select this for booting based on scripts. Unlike the bootm command which -- cgit v1.2.3