summaryrefslogtreecommitdiff
path: root/arch/microblaze/include/asm/u-boot.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-02-04 11:48:25 -0500
committerTom Rini <trini@ti.com>2014-02-04 11:51:20 -0500
commit9c1d0e9f16b5718da47018da0a5c3e0eafbff81b (patch)
tree1f4089b42dffa039c665ec3e54fdc0d4e1c0eeeb /arch/microblaze/include/asm/u-boot.h
parentc3a6e51c6f9256d7f41281da0bc684db45879da0 (diff)
parent9d24274509cdd463992dc1fb1a2820d6a4b6d21d (diff)
downloadu-boot-imx-9c1d0e9f16b5718da47018da0a5c3e0eafbff81b.zip
u-boot-imx-9c1d0e9f16b5718da47018da0a5c3e0eafbff81b.tar.gz
u-boot-imx-9c1d0e9f16b5718da47018da0a5c3e0eafbff81b.tar.bz2
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
Diffstat (limited to 'arch/microblaze/include/asm/u-boot.h')
-rw-r--r--arch/microblaze/include/asm/u-boot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/include/asm/u-boot.h b/arch/microblaze/include/asm/u-boot.h
index 31b014c..ab3f232 100644
--- a/arch/microblaze/include/asm/u-boot.h
+++ b/arch/microblaze/include/asm/u-boot.h
@@ -25,6 +25,7 @@ typedef struct bd_info {
unsigned long bi_sramstart; /* start of SRAM memory */
unsigned long bi_sramsize; /* size of SRAM memory */
unsigned int bi_baudrate; /* Console Baudrate */
+ ulong bi_boot_params; /* where this board expects params */
} bd_t;
/* For image.h:image_check_target_arch() */