diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-02-06 00:59:50 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-03-23 15:14:53 -0400 |
commit | 744fd240d181b0b05b1436e1b655c9a62526c752 (patch) | |
tree | 34ed3a15f165989b021277b9536982a0b7a60bb8 /include/asm-blackfin | |
parent | 45c48953e8a4038bd49c46813fcff5a207867ae4 (diff) | |
download | u-boot-imx-744fd240d181b0b05b1436e1b655c9a62526c752.zip u-boot-imx-744fd240d181b0b05b1436e1b655c9a62526c752.tar.gz u-boot-imx-744fd240d181b0b05b1436e1b655c9a62526c752.tar.bz2 |
Blackfin: drop now-unused CONFIG_SYS_BFIN_CMD_XXX
With the new CONFIG_XXX system and CONFIG_CMD_XXX handling, these defines
are no longer used/needed.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/asm-blackfin')
-rw-r--r-- | include/asm-blackfin/blackfin-config-pre.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-blackfin/blackfin-config-pre.h b/include/asm-blackfin/blackfin-config-pre.h index 9df01ad..e973de7 100644 --- a/include/asm-blackfin/blackfin-config-pre.h +++ b/include/asm-blackfin/blackfin-config-pre.h @@ -14,12 +14,6 @@ #define MK_STR(x) XMK_STR(x) #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) -/* Configurable Blackfin-specific monitor commands */ -#define CONFIG_SYS_BFIN_CMD_BOOTLDR 0x01 -#define CONFIG_SYS_BFIN_CMD_CPLBINFO 0x02 -#define CONFIG_SYS_BFIN_CMD_OTP 0x04 -#define CONFIG_SYS_BFIN_CMD_CACHE_DUMP 0x08 - /* Bootmode defines -- your config needs to select this via CONFIG_BFIN_BOOT_MODE. * Depending on your cpu, some of these may not be valid, check your HRM. * The actual values here are meaningless as long as they're unique. |