From: Masahiro Yamada <yamada.m@jp.panasonic.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/4] zynq: load u-boot-dtb.img for SD boot
Date: Thu, 15 May 2014 20:44:46 +0900 [thread overview]
Message-ID: <20140515204445.64FC.AA925319@jp.panasonic.com> (raw)
In-Reply-To: <53737837.5060707@monstr.eu>
Hi Michal,
> > diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
> > index 731e69b..38e3d54 100644
> > --- a/include/configs/zynq-common.h
> > +++ b/include/configs/zynq-common.h
> > @@ -253,7 +253,7 @@
> > #define CONFIG_SYS_MMC_SD_FAT_BOOT_PARTITION 1
> > #define CONFIG_SPL_LIBDISK_SUPPORT
> > #define CONFIG_SPL_FAT_SUPPORT
> > -#define CONFIG_SPL_FAT_LOAD_PAYLOAD_NAME "u-boot.img"
> > +#define CONFIG_SPL_FAT_LOAD_PAYLOAD_NAME "u-boot-dtb.img"
>
> Here should be just for sure.
> #if defined(CONFIG_OF_CONTROL) && defined(CONFIG_OF_SEPARATE)
> # define CONFIG_SPL_FAT_LOAD_PAYLOAD_NAME "u-boot-dtb.img"
> #else
> # define CONFIG_SPL_FAT_LOAD_PAYLOAD_NAME "u-boot.img"
> #endif
Fixed in v2.
Best Regards
Masahiro Yamada
next prev parent reply other threads:[~2014-05-15 11:44 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-14 12:55 [U-Boot] [PATCH 0/4] zynq: fix OF control of Zynq Masahiro Yamada
2014-05-14 12:55 ` [U-Boot] [PATCH 1/4] build: support a new image u-boot-dtb.img Masahiro Yamada
2014-05-15 1:53 ` Simon Glass
2014-05-14 12:55 ` [U-Boot] [PATCH 2/4] zynq: load u-boot-dtb.img for SD boot Masahiro Yamada
2014-05-14 14:05 ` Michal Simek
2014-05-15 11:44 ` Masahiro Yamada [this message]
2014-05-14 12:55 ` [U-Boot] [PATCH 3/4] zynq: add memory nodes to device tree to initialize DRAM with OF Masahiro Yamada
2014-05-14 12:55 ` [U-Boot] [PATCH 4/4] zynq: add UART nodes to device tree to initialize UART " Masahiro Yamada
2014-05-14 14:14 ` [U-Boot] [PATCH 0/4] zynq: fix OF control of Zynq Michal Simek
2014-05-15 11:41 ` Masahiro Yamada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140515204445.64FC.AA925319@jp.panasonic.com \
--to=yamada.m@jp.panasonic.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox