mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 15:27:00 +00:00
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>
This commit is contained in:
parent
ffa37fc98d
commit
459c41a8e1
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue