summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm926ejs/mxs/u-boot-imx23.bd
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-02-12 10:18:31 -0500
committerTom Rini <trini@ti.com>2013-02-12 10:18:31 -0500
commit951c6baaf44c7fd4335b75fb92840d4e42c94927 (patch)
tree6a09cce20c4f3affb7b500d018eb84f848e42c20 /arch/arm/cpu/arm926ejs/mxs/u-boot-imx23.bd
parent58864ddc7276ca7403ddbb716da5853638f37519 (diff)
parentfd8e1c3866578d87ed14a04a59faae341fd415df (diff)
downloadu-boot-imx-951c6baaf44c7fd4335b75fb92840d4e42c94927.zip
u-boot-imx-951c6baaf44c7fd4335b75fb92840d4e42c94927.tar.gz
u-boot-imx-951c6baaf44c7fd4335b75fb92840d4e42c94927.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'arch/arm/cpu/arm926ejs/mxs/u-boot-imx23.bd')
-rw-r--r--arch/arm/cpu/arm926ejs/mxs/u-boot-imx23.bd18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/cpu/arm926ejs/mxs/u-boot-imx23.bd b/arch/arm/cpu/arm926ejs/mxs/u-boot-imx23.bd
new file mode 100644
index 0000000..3a51879
--- /dev/null
+++ b/arch/arm/cpu/arm926ejs/mxs/u-boot-imx23.bd
@@ -0,0 +1,18 @@
+options {
+ driveTag = 0x00;
+ flags = 0x01;
+}
+
+sources {
+ u_boot_spl="spl/u-boot-spl.bin";
+ u_boot="u-boot.bin";
+}
+
+section (0) {
+ load u_boot_spl > 0x0000;
+ load ivt (entry = 0x0014) > 0x8000;
+ call 0x8000;
+
+ load u_boot > 0x40000100;
+ call 0x40000100;
+}