diff options
author | Wolfgang Denk <wd@denx.de> | 2010-04-10 23:59:39 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-04-10 23:59:39 +0200 |
commit | fd4e49c18901a50b1648235f26da1e8caa0f8764 (patch) | |
tree | bb0a131be7139806b90ea95ca918619765c674d6 /include/asm-blackfin/config-pre.h | |
parent | 30dc165a76b5165af77219189bc05d0fa4229d8b (diff) | |
parent | 3f1a5c1655d32b7ab8ae74c79934ce100ebcd2bf (diff) | |
download | u-boot-imx-fd4e49c18901a50b1648235f26da1e8caa0f8764.zip u-boot-imx-fd4e49c18901a50b1648235f26da1e8caa0f8764.tar.gz u-boot-imx-fd4e49c18901a50b1648235f26da1e8caa0f8764.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-blackfin
Diffstat (limited to 'include/asm-blackfin/config-pre.h')
-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 |