diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-11-03 15:53:12 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-04-07 01:08:18 -0400 |
commit | 459c41a8e1be96edeba1c0afeccacafd93b2c4e6 (patch) | |
tree | 24cf633479235956c0409c25df7419b2e2168d0b /include | |
parent | ffa37fc98d71ef930bccd4e9eed37f6ce6b4d6af (diff) | |
download | u-boot-imx-459c41a8e1be96edeba1c0afeccacafd93b2c4e6.zip u-boot-imx-459c41a8e1be96edeba1c0afeccacafd93b2c4e6.tar.gz u-boot-imx-459c41a8e1be96edeba1c0afeccacafd93b2c4e6.tar.bz2 |
Blackfin: disable NetBSD bootm support by default
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>
Diffstat (limited to 'include')
-rw-r--r-- | 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 |