projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffa37fc
)
Blackfin: disable NetBSD bootm support by default
author
Mike Frysinger
<vapier@gentoo.org>
Tue, 3 Nov 2009 20:53:12 +0000
(15:53 -0500)
committer
Mike Frysinger
<vapier@gentoo.org>
Wed, 7 Apr 2010 05:08:18 +0000
(
01:08
-0400)
There is no Blackfin/NetBSD port, so enabling support for it by default
doesn't make any sense.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
include/asm-blackfin/config-pre.h
patch
|
blob
|
history
diff --git
a/include/asm-blackfin/config-pre.h
b/include/asm-blackfin/config-pre.h
index 1170a2a90409d9b0e79b369c515890a7d06c5cdd..4531519d918b268b0c388d1a9ebeba2d19352dd5 100644
(file)
--- 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