From: Fabio Estevam Date: Thu, 23 May 2013 13:57:18 +0000 (+0000) Subject: mx6slevk: Allow booting a device tree kernel X-Git-Tag: v2013.07-rc1~2^2~5^2~9 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=af0a37ff18b1ebb00c531059f3c04224c0913fb8;p=u-boot 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 --- diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h index 8a94efdd6d..19dcdd605c 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 \