]> Git Repo - u-boot.git/commitdiff
tegra: define fdt_load/fdt_high variables
authorStephen Warren <[email protected]>
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 <[email protected]>
Signed-off-by: Tom Warren <[email protected]>
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 */
This page took 0.028443 seconds and 4 git commands to generate.