diff options
author | Hugo Villeneuve <hugo.villeneuve@lyrtech.com> | 2008-07-10 10:46:33 -0400 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-07-13 15:05:11 +0200 |
commit | c15947d6ce0d59925c97fdfac692476af6e262d0 (patch) | |
tree | cf61af6158424678ae5cfe036dbbb32cb0962546 /include | |
parent | 068c1b77c8f42a1a31084d2f4b1d5cc807c1a9ce (diff) | |
download | u-boot-imx-c15947d6ce0d59925c97fdfac692476af6e262d0.zip u-boot-imx-c15947d6ce0d59925c97fdfac692476af6e262d0.tar.gz u-boot-imx-c15947d6ce0d59925c97fdfac692476af6e262d0.tar.bz2 |
ARM: Fix for broken compilation when defining CONFIG_CMD_ELF
caused by missing dcache status/enable/disable functions.
Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/davinci_sffsdr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/davinci_sffsdr.h b/include/configs/davinci_sffsdr.h index 0e49e6c..7c860e5 100644 --- a/include/configs/davinci_sffsdr.h +++ b/include/configs/davinci_sffsdr.h @@ -137,6 +137,7 @@ #define CONFIG_CMD_SAVES #define CONFIG_CMD_NAND #define CONFIG_CMD_EEPROM +#define CONFIG_CMD_ELF /* Needed to load Integrity kernel. */ #undef CONFIG_CMD_BDI #undef CONFIG_CMD_FPGA #undef CONFIG_CMD_SETGETDCR |