[PATCH 08/11] ft_build: temporarily disable bootm oftree support

Sascha Hauer s.hauer at pengutronix.de
Wed Dec 7 07:53:04 EST 2011


We do not have any command line parser support for bootm anymore.
Disable it for now to at least be able to compile it.

Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
 common/ft_build.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/common/ft_build.c b/common/ft_build.c
index 4c27cfa..9042f13 100644
--- a/common/ft_build.c
+++ b/common/ft_build.c
@@ -591,6 +591,7 @@ void ft_setup(void *blob, bd_t * bd, ulong initrd_start, ulong initrd_end)
 #endif
 }
 
+#if 0
 static int oftree_handler_cmdline_parse(struct image_data *data, int opt,
 		char *optarg)
 {
@@ -616,4 +617,4 @@ static int oftree_register_image_handler(void)
 }
 
 late_initcall(oftree_register_image_handler);
-
+#endif
-- 
1.7.7.3




More information about the barebox mailing list