| Submitter | Allen Martin |
|---|---|
| Date | July 6, 2012, 6:08 p.m. |
| Message ID | <1341598142-28873-4-git-send-email-amartin@nvidia.com> |
| Download | mbox | patch |
| Permalink | /patch/169517/ |
| State | Changes Requested |
| Headers | show |
Comments
On 07/06/2012 12:08 PM, Allen Martin wrote: git bisect probably requires this to be the final patch in the series?
On Fri, Jul 06, 2012 at 12:10:18PM -0700, Stephen Warren wrote: > On 07/06/2012 12:08 PM, Allen Martin wrote: > > git bisect probably requires this to be the final patch in the series? > Yeah I'm sure git bisect is completely broken on the series right now, I'll fix it up when I remove all the hacks and post it for real.
Patch
diff --git a/include/configs/tegra20-common.h b/include/configs/tegra20-common.h index bbb80d0..16466cc 100644 --- a/include/configs/tegra20-common.h +++ b/include/configs/tegra20-common.h @@ -191,6 +191,7 @@ #define CONFIG_TEGRA_GPIO #define CONFIG_CMD_GPIO #define CONFIG_CMD_ENTERRCM +#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(+)