summaryrefslogtreecommitdiffstats
path: root/common/ft_build.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-12-07 13:07:44 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-12-07 13:07:46 +0100
commit9792a4302bd2eef08b5e1bc8acbbae9e4ec1f9b9 (patch)
tree6577e9ea0bd7d00fcafb3a1bbb0732d34441cb46 /common/ft_build.c
parent3c9135a2b5e6ec5564f03421ecf52d88288c074a (diff)
downloadbarebox-9792a4302bd2eef08b5e1bc8acbbae9e4ec1f9b9.tar.gz
barebox-9792a4302bd2eef08b5e1bc8acbbae9e4ec1f9b9.tar.xz
ft_build: temporarily disable bootm oftree support
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@pengutronix.de>
Diffstat (limited to 'common/ft_build.c')
-rw-r--r--common/ft_build.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/ft_build.c b/common/ft_build.c
index 4c27cfa8de..9042f1337b 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