[U-Boot] [PATCH 01/10] Blackfin: disable NetBSD bootm support by default
Mike Frysinger
vapier at gentoo.org
Wed Apr 7 07:15:53 CEST 2010
There is no Blackfin/NetBSD port, so enabling support for it by default
doesn't make any sense.
Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
include/asm-blackfin/config-pre.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/asm-blackfin/config-pre.h b/include/asm-blackfin/config-pre.h
index 1170a2a..4531519 100644
--- a/include/asm-blackfin/config-pre.h
+++ b/include/asm-blackfin/config-pre.h
@@ -71,6 +71,9 @@ static inline const char *get_bfin_boot_mode(int bfin_boot)
# define BFIN_BOOT_SPI_SSEL 1
#endif
+/* There is no Blackfin/NetBSD port */
+#undef CONFIG_BOOTM_NETBSD
+
/* We rarely use interrupts, so favor throughput over latency */
#define CONFIG_BFIN_INS_LOWOVERHEAD
--
1.7.0.4
More information about the U-Boot
mailing list