diff options
| author | Allen Martin <[email protected]> | 2012-08-31 08:30:03 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2012-09-01 14:58:21 +0200 |
| commit | ba5dcb34de776b3c11769bf53719197644bc4e5d (patch) | |
| tree | 7d7a9e44303e40c93ae63860f4047f4bce326337 | |
| parent | 7e5fd8fb805f553d2399f0afa8cdf14da838afce (diff) | |
tegra20: tec: add tegra20-common-post.h
Add tegra20-common-post.h to be consistent with other tegra20 boards.
Signed-off-by: Allen Martin <[email protected]>
Acked-by: Thierry Reding <[email protected]>
Acked-by: Stephen Warren <[email protected]>
Tested-by: Thierry Reding <[email protected]>
Signed-off-by: Tom Warren <[email protected]>
| -rw-r--r-- | include/configs/tec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/tec.h b/include/configs/tec.h index 39400d9a7a4..9b3f88dff86 100644 --- a/include/configs/tec.h +++ b/include/configs/tec.h @@ -79,4 +79,6 @@ "ext2load mmc 0 0x17000000 /boot/uImage;" \ "bootm" +#include "tegra20-common-post.h" + #endif /* __CONFIG_H */ |
