diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-05-23 13:57:18 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2013-06-03 13:16:42 +0200 |
commit | af0a37ff18b1ebb00c531059f3c04224c0913fb8 (patch) | |
tree | 4e3d6bdd5539a1bc72baaa6fe6f0d289fe1d70ff /include/configs/mx6slevk.h | |
parent | 86fb7b3d5b8ae7158cfcd408b847d3d8295e3aae (diff) | |
download | u-boot-imx-af0a37ff18b1ebb00c531059f3c04224c0913fb8.zip u-boot-imx-af0a37ff18b1ebb00c531059f3c04224c0913fb8.tar.gz u-boot-imx-af0a37ff18b1ebb00c531059f3c04224c0913fb8.tar.bz2 |
mx6slevk: Allow booting a device tree kernel
When the mx6slevk board support was added in U-boot there was no device tree
support for mx6sl, so only a FSL 3.0.35 was tested at that time.
Now that mx6slevk support is available we can boot a device tree kernel, by
adjusting CONFIG_LOADADDR into a proper location, so that a non-dt and a dt
kernels can be booted.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/configs/mx6slevk.h')
-rw-r--r-- | include/configs/mx6slevk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h index 8a94efd..19dcdd6 100644 --- a/include/configs/mx6slevk.h +++ b/include/configs/mx6slevk.h @@ -59,7 +59,7 @@ #define CONFIG_BOOTDELAY 3 -#define CONFIG_LOADADDR 0x80800000 +#define CONFIG_LOADADDR 0x82000000 #define CONFIG_SYS_TEXT_BASE 0x87800000 #define CONFIG_EXTRA_ENV_SETTINGS \ |