diff options
| author | Allen Martin <amartin@nvidia.com> | 2012-08-31 08:30:03 +0000 | 
|---|---|---|
| committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-09-01 14:58:21 +0200 | 
| commit | ba5dcb34de776b3c11769bf53719197644bc4e5d (patch) | |
| tree | 7d7a9e44303e40c93ae63860f4047f4bce326337 | |
| parent | 7e5fd8fb805f553d2399f0afa8cdf14da838afce (diff) | |
| download | olio-uboot-2014.01-ba5dcb34de776b3c11769bf53719197644bc4e5d.tar.xz olio-uboot-2014.01-ba5dcb34de776b3c11769bf53719197644bc4e5d.zip | |
tegra20: tec: add tegra20-common-post.h
Add tegra20-common-post.h to be consistent with other tegra20 boards.
Signed-off-by: Allen Martin <amartin@nvidia.com>
Acked-by: Thierry Reding <thierry.reding@avionic-design.de>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Tested-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Tom Warren <twarren@nvidia.com>
| -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 39400d9a7..9b3f88dff 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 */ |