]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
tegra: define fdt_load/fdt_high variables
authorStephen Warren <swarren@nvidia.com>
Wed, 13 Jun 2012 09:55:12 +0000 (09:55 +0000)
committerAlbert ARIBAUD (U-Boot) <uboot@lilith.(none)>
Mon, 9 Jul 2012 20:44:34 +0000 (22:44 +0200)
These variables act like loadaddr, but for a device tree image. Defining
them in the environment allows boot scripts to be identical on Tegra20 and
Tegra30, which have different memory base addresses, and hence need
different values for these variables.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
include/configs/tegra2-common-post.h

index 80d9c3500d33490e5a49668cc954228e0dd6615a..c21fc28dfe19ac18eff70d5a95e71cee42a81311 100644 (file)
 
 #define CONFIG_EXTRA_ENV_SETTINGS \
        TEGRA2_DEVICE_SETTINGS \
+       "fdt_load=0x01000000\0" \
+       "fdt_high=01100000\0" \
        BOOTCMDS_COMMON
 
 #endif /* __TEGRA2_COMMON_POST_H */