| Submitter | Tom Rini |
|---|---|
| Date | Oct. 21, 2011, 10:23 p.m. |
| Message ID | <1319235787-435-2-git-send-email-trini@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/121071/ |
| State | Accepted |
| Commit | a88f70b9dbd1503f79568b415b4aa80b0b6ab67e |
| Delegated to: | Albert ARIBAUD |
| Headers | show |
Comments
Patch
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index b471c9b..26a3c96 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -32,6 +32,7 @@ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (8 * 1024)) #define CONFIG_SYS_PROMPT "AM335X# " #define CONFIG_SYS_NO_FLASH +#define MACH_TYPE_TIAM335EVM 3589 /* Until the next sync */ #define CONFIG_MACH_TYPE MACH_TYPE_TIAM335EVM #define CONFIG_CMD_ASKENV
This is registered and can be removed at the next sync up. Signed-off-by: Tom Rini <trini@ti.com> --- include/configs/am335x_evm.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)