Signed-off-by: Mike Frysinger <[email protected]>
---
 common/cmd_bootm.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c
index 9055672..c814c68 100644
--- a/common/cmd_bootm.c
+++ b/common/cmd_bootm.c
@@ -104,7 +104,9 @@ typedef int boot_os_fn (int flag, int argc, char *argv[],
                        bootm_headers_t *images); /* pointers to os/initrd/fdt 
*/
 
 #define CONFIG_BOOTM_LINUX 1
+#if !defined(CONFIG_BLACKFIN)
 #define CONFIG_BOOTM_NETBSD 1
+#endif
 #define CONFIG_BOOTM_RTEMS 1
 
 #ifdef CONFIG_BOOTM_LINUX
-- 
1.6.1.2

_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to