]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
tegra20: tec: add tegra20-common-post.h
authorAllen Martin <amartin@nvidia.com>
Fri, 31 Aug 2012 08:30:03 +0000 (08:30 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 1 Sep 2012 12:58:21 +0000 (14:58 +0200)
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>
include/configs/tec.h

index 39400d9a7a49a0931ecb87c2dea0e3936debdd65..9b3f88dff86511372a15e5aaccb683d264805f85 100644 (file)
@@ -79,4 +79,6 @@
        "ext2load mmc 0 0x17000000 /boot/uImage;"       \
        "bootm"
 
+#include "tegra20-common-post.h"
+
 #endif /* __CONFIG_H */