| Submitter | Allen Martin |
|---|---|
| Date | Aug. 1, 2012, 8:32 p.m. |
| Message ID | <1343853146-15498-10-git-send-email-amartin@nvidia.com> |
| Download | mbox | patch |
| Permalink | /patch/174593/ |
| State | Superseded |
| Headers | show |
Comments
Patch
diff --git a/include/configs/tegra20-common.h b/include/configs/tegra20-common.h index c9e8b6b..3ce0d6f 100644 --- a/include/configs/tegra20-common.h +++ b/include/configs/tegra20-common.h @@ -191,6 +191,7 @@ #define CONFIG_CMD_GPIO #define CONFIG_CMD_ENTERRCM #define CONFIG_CMD_BOOTZ +#define CONFIG_SYS_THUMB_BUILD /* Defines for SPL */ #define CONFIG_SPL
Signed-off-by: Allen Martin <amartin@nvidia.com> --- include/configs/tegra20-common.h | 1 + 1 file changed, 1 insertion(+)