All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] Move all command code into its own directory
Date: Mon, 18 Jan 2016 07:03:49 +0100	[thread overview]
Message-ID: <569C8045.4060704@denx.de> (raw)
In-Reply-To: <1453089233-29419-2-git-send-email-sjg@chromium.org>

Hi Simon,

On 18.01.2016 04:53, Simon Glass wrote:
> There are a lot of unrelated files in common, including all of the commands.
> Moving them into their own directory makes them easier to find and is more
> logical.
>
> Some commands include non-command code, such as cmd_scsi.c. This should be
> sorted out at some point so that the function can be enabled with or without
> the associated command.
>
> Unfortunately, with m68k I get this error:
>
> m68k:  +   M5329AFEE
> +arch/m68k/cpu/mcf532x/start.o: In function `_start':
> +arch/m68k/cpu/mcf532x/start.S:159:(.text+0x452): relocation truncated to fit: R_68K_PC16 against symbol `board_init_f' defined in .text.board_init_f section in common/built-in.o
>
> I hope someone can shed some light on what this means. I hope it isn't
> depending on the position of code in the image.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>

I've been thinking about doing this as well lately. So:

Acked-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

  parent reply	other threads:[~2016-01-18  6:03 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-18  3:53 [U-Boot] [PATCH 0/2] Move commands into their own directory Simon Glass
2016-01-18  3:53 ` [U-Boot] [PATCH 1/2] Move all command code into its " Simon Glass
2016-01-18  4:51   ` Bin Meng
2016-01-18  5:38   ` Heiko Schocher
2016-01-18  6:03   ` Stefan Roese [this message]
2016-01-18  8:28   ` Przemyslaw Marczak
2016-01-19  3:59   ` Masahiro Yamada
2016-01-19 15:53     ` Tom Rini
2016-01-20  4:35       ` Simon Glass
2016-01-25 21:28   ` [U-Boot] [U-Boot, " Tom Rini
2016-01-18  3:53 ` [U-Boot] [PATCH 2/2] Remove the cmd_ prefix from command files Simon Glass
2016-01-18  4:51   ` Bin Meng
2016-01-18  5:38   ` Heiko Schocher
2016-01-18  6:04   ` Stefan Roese
2016-01-18  8:29   ` Przemyslaw Marczak
2016-01-25 21:28   ` [U-Boot] [U-Boot, " Tom Rini

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=569C8045.4060704@denx.de \
    --to=sr@denx.de \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.