diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2010-12-26 12:26:09 -0500 | 
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2011-04-08 00:44:27 -0400 | 
| commit | dba8cf1b2e2e104955603861544a9d3a435ef27a (patch) | |
| tree | 4ab6e5a4f2629b1414dd1729fcc9a5a395f23241 | |
| parent | 7577aab8a601e6e962384af908b241b6da12065c (diff) | |
| download | olio-uboot-2014.01-dba8cf1b2e2e104955603861544a9d3a435ef27a.tar.xz olio-uboot-2014.01-dba8cf1b2e2e104955603861544a9d3a435ef27a.zip | |
Blackfin: adi boards: drop old ELF define
This define isn't used anywhere anymore, so punt it.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
| -rw-r--r-- | include/configs/bfin_adi_common.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/include/configs/bfin_adi_common.h b/include/configs/bfin_adi_common.h index 03c64339d..b86ca68f4 100644 --- a/include/configs/bfin_adi_common.h +++ b/include/configs/bfin_adi_common.h @@ -85,7 +85,6 @@  # define CONFIG_CMD_CACHE  # define CONFIG_CMD_CPLBINFO  # define CONFIG_CMD_ELF -# define CONFIG_ELF_SIMPLE_LOAD  # define CONFIG_CMD_GPIO  # define CONFIG_CMD_KGDB  # define CONFIG_CMD_REGINFO |