From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 08 Jun 2012 23:21:15 -0600 Subject: [U-Boot] [PATCH v3 09/14] tegra20: add u-boot.t2 target In-Reply-To: <1339190167-20320-10-git-send-email-amartin@nvidia.com> References: <1339190167-20320-1-git-send-email-amartin@nvidia.com> <1339190167-20320-10-git-send-email-amartin@nvidia.com> Message-ID: <4FD2DD4B.9090906@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06/08/2012 03:16 PM, Allen Martin wrote: > Add target for tegra20 u-boot image. This is a concatenation of tegra > spl and normal u-boot binaries. > diff --git a/board/nvidia/seaboard/config.mk b/board/nvidia/seaboard/config.mk > +PAD_TO=0x00208000 Can we use $(CONFIG_SYS_TEXT_BASE) or similar here to avoid duplicating the value? Can this change be made to a common config.mk so every board doesn't need it? If not I assume this change should edit a few more board config files.