summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2013-05-23 13:57:18 +0000
committerStefano Babic <sbabic@denx.de>2013-06-03 13:16:42 +0200
commitaf0a37ff18b1ebb00c531059f3c04224c0913fb8 (patch)
tree4e3d6bdd5539a1bc72baaa6fe6f0d289fe1d70ff
parent86fb7b3d5b8ae7158cfcd408b847d3d8295e3aae (diff)
downloadtalos-obmc-uboot-af0a37ff18b1ebb00c531059f3c04224c0913fb8.tar.gz
talos-obmc-uboot-af0a37ff18b1ebb00c531059f3c04224c0913fb8.zip
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>
-rw-r--r--include/configs/mx6slevk.h2
1 files changed, 1 insertions, 1 deletions
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 \
OpenPOWER on IntegriCloud