diff mbox

[U-Boot,v3,14/14] tegra20: tec: add tegra20-common-post.h

Message ID 1339190167-20320-15-git-send-email-amartin@nvidia.com
State Accepted
Commit ba5dcb34de776b3c11769bf53719197644bc4e5d
Headers show

Commit Message

Allen Martin June 8, 2012, 9:16 p.m. UTC
Add tegra20-common-post.h to be consistent with other tegra20 boards.

Signed-off-by: Allen Martin <amartin@nvidia.com>
---
 include/configs/tec.h |    2 ++
 1 file changed, 2 insertions(+)

Comments

Thierry Reding June 11, 2012, 9:23 a.m. UTC | #1
* Allen Martin wrote:
> 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>

> ---
>  include/configs/tec.h |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/include/configs/tec.h b/include/configs/tec.h
> index 39400d9..9b3f88d 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 */
> -- 
> 1.7.9.5
> 
> 
>
diff mbox

Patch

diff --git a/include/configs/tec.h b/include/configs/tec.h
index 39400d9..9b3f88d 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 */