diff options
| author | Hugo Villeneuve <[email protected]> | 2008-07-10 10:46:33 -0400 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2008-07-13 15:05:11 +0200 |
| commit | c15947d6ce0d59925c97fdfac692476af6e262d0 (patch) | |
| tree | cf61af6158424678ae5cfe036dbbb32cb0962546 /include | |
| parent | 068c1b77c8f42a1a31084d2f4b1d5cc807c1a9ce (diff) | |
ARM: Fix for broken compilation when defining CONFIG_CMD_ELF
caused by missing dcache status/enable/disable functions.
Signed-off-by: Hugo Villeneuve <[email protected]>
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 0e49e6c1592..7c860e5f008 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 |
