diff options
author | stroese <stroese> | 2003-07-11 08:14:14 +0000 |
---|---|---|
committer | stroese <stroese> | 2003-07-11 08:14:14 +0000 |
commit | b762b9f4fc57270fd13c0208d991d833322c27ec (patch) | |
tree | 96e08641099e4a9e87cea2e9d0277cc6276b673e /include/configs | |
parent | c5d2290642bd0048b8d5138aa4b1d11aafc13bad (diff) |
- BSP command added.
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/OCRTC.h | 1 | ||||
-rw-r--r-- | include/configs/ORSG.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/OCRTC.h b/include/configs/OCRTC.h index fb3b64218df..698b89c008f 100644 --- a/include/configs/OCRTC.h +++ b/include/configs/OCRTC.h @@ -58,6 +58,7 @@ CFG_CMD_IRQ | \ CFG_CMD_ASKENV | \ CFG_CMD_ELF | \ + CFG_CMD_BSP | \ CFG_CMD_EEPROM ) #define CONFIG_MAC_PARTITION diff --git a/include/configs/ORSG.h b/include/configs/ORSG.h index 5da3fc52918..cb4c5eee95c 100644 --- a/include/configs/ORSG.h +++ b/include/configs/ORSG.h @@ -58,6 +58,7 @@ CFG_CMD_IRQ | \ CFG_CMD_ASKENV | \ CFG_CMD_ELF | \ + CFG_CMD_BSP | \ CFG_CMD_EEPROM ) #define CONFIG_MAC_PARTITION |