From: Alexander Shiyan <eagle.alexander923@gmail.com>
To: Ahmad Fatoum <a.fatoum@pengutronix.de>
Cc: Barebox List <barebox@lists.infradead.org>
Subject: Re: [PATCH] ARM: OMAP: xload: Fix compile without CONFIG_MTD
Date: Thu, 2 Jun 2022 11:59:05 +0300 [thread overview]
Message-ID: <CAP1tNvTeo5S3k4CPm3dFw7-TxJUFaS-82Cu=R+DN1VWwQY+iCg@mail.gmail.com> (raw)
In-Reply-To: <53dfc2e7-7271-e872-dbf9-ffb9ed7e7802@pengutronix.de>
Hello.
It's just the result of the my master branch not being updated
from remote before I made the changes... Sorry :)
чт, 2 июн. 2022 г. в 11:07, Ahmad Fatoum <a.fatoum@pengutronix.de>:
> On 01.06.22 09:14, Alexander Shiyan wrote:
> > arm-linux-ld: arch/arm/mach-omap/xload.o: in function read_mtd_barebox':
> > /home/ARM/barebox/arch/arm/mach-omap/xload.c:75: undefined reference to mtd_peb_read_file'
>
> Am I missing something or does this patch just change
>
> if (0) {
> return NULL;
> }
>
> /* something */;
> return to;
>
> into
>
> if (0) {
> /* something */
> return to;
> }
> return NULL;
>
>
> This shouldn't really make a difference. How old is your GCC?
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2022-06-02 9:00 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-01 7:14 Alexander Shiyan
2022-06-02 6:55 ` Sascha Hauer
2022-06-02 8:07 ` Ahmad Fatoum
2022-06-02 8:59 ` Alexander Shiyan [this message]
2022-06-02 9:01 ` Ahmad Fatoum
2022-06-02 9:10 ` Alexander Shiyan
2022-06-03 6:56 ` Sascha Hauer
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='CAP1tNvTeo5S3k4CPm3dFw7-TxJUFaS-82Cu=R+DN1VWwQY+iCg@mail.gmail.com' \
--to=eagle.alexander923@gmail.com \
--cc=a.fatoum@pengutronix.de \
--cc=barebox@lists.infradead.org \
/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