From: Allen Martin Date: Fri, 31 Aug 2012 08:30:03 +0000 (+0000) Subject: tegra20: tec: add tegra20-common-post.h X-Git-Tag: v2012.10-rc1~227 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ba5dcb34de776b3c11769bf53719197644bc4e5d;p=u-boot tegra20: tec: add tegra20-common-post.h Add tegra20-common-post.h to be consistent with other tegra20 boards. Signed-off-by: Allen Martin Acked-by: Thierry Reding Acked-by: Stephen Warren Tested-by: Thierry Reding Signed-off-by: Tom Warren --- diff --git a/include/configs/tec.h b/include/configs/tec.h index 39400d9a7a..9b3f88dff8 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 */