mx6slevk: Allow booting a device tree kernel
authorFabio Estevam <fabio.estevam@freescale.com>
Thu, 23 May 2013 13:57:18 +0000 (13:57 +0000)
committerStefano Babic <sbabic@denx.de>
Mon, 3 Jun 2013 11:16:42 +0000 (13:16 +0200)
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>
include/configs/mx6slevk.h

index 8a94efdd6db9a8de736f170574e4b342551c4ec7..19dcdd605cc5e1beb31f3cbf7fe1db2e70c5b7db 100644 (file)
@@ -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 \