All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peng Fan (OSS) <peng.fan@oss.nxp.com>
To: u-boot@lists.denx.de
Subject: [PATCH V2 11/12] imx8m: lowlevel_init: tune alignment
Date: Sun,  3 Jan 2021 18:11:43 +0800	[thread overview]
Message-ID: <20210103101144.4375-11-peng.fan@oss.nxp.com> (raw)
In-Reply-To: <20210103101144.4375-1-peng.fan@oss.nxp.com>

From: Peng Fan <peng.fan@nxp.com>

The minimum alignment is 16 bytes, so use align 4 is enough.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 arch/arm/mach-imx/imx8m/lowlevel_init.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-imx/imx8m/lowlevel_init.S b/arch/arm/mach-imx/imx8m/lowlevel_init.S
index a49a9cdb35..dd263c4060 100644
--- a/arch/arm/mach-imx/imx8m/lowlevel_init.S
+++ b/arch/arm/mach-imx/imx8m/lowlevel_init.S
@@ -5,7 +5,7 @@
 
 #include <config.h>
 
-.align 8
+.align 4
 .global rom_pointer
 rom_pointer:
 	.space 256
-- 
2.28.0

  parent reply	other threads:[~2021-01-03 10:11 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-03 10:11 [PATCH V2 01/12] imx: imx8mp_evk: enable eth support Peng Fan
2021-01-03 10:11 ` [PATCH V2 02/12] imx: imx8mn_ddr4_evk: Use CONFIG_TARGET_IMX8MN_DDR4_EVK for DDR4 EVK board Peng Fan
2021-01-03 10:11 ` [PATCH V2 03/12] imx: ddr: imx8m: Move selfref_en after DDR scrub Peng Fan
2021-01-03 10:11 ` [PATCH V2 04/12] imx: imx8mn_evk: correct stack/malloc adress Peng Fan
2021-01-03 10:11 ` [PATCH V2 05/12] arm: dts: imx8mn: sync dts from Linux Kernel Peng Fan
2021-01-03 10:11 ` [PATCH V2 06/12] imx: imx8mn: add i.MX8MN LPDDR4 EVK support Peng Fan
2021-01-03 10:11 ` [PATCH V2 07/12] imx8m: clock: add type of set_clk_eqos Peng Fan
2021-01-03 10:11 ` [PATCH V2 08/12] arm: dts: imx8mp: sync dts from Linux Kernel Peng Fan
2021-01-03 10:11 ` [PATCH V2 09/12] arm: dts: imx8mm: " Peng Fan
2021-01-03 10:11 ` [PATCH V2 10/12] arm: dts: imx8mq: " Peng Fan
2021-01-03 10:11 ` Peng Fan [this message]
2021-01-03 10:11 ` [PATCH V2 12/12] imx: imx8m: move CONFIG_SPL_SYS_[I, D]CACHE_OFF to defconfig Peng Fan
2021-01-03 13:11   ` [PATCH V2 12/12] imx: imx8m: move CONFIG_SPL_SYS_[I,D]CACHE_OFF " Fabio Estevam
2021-01-04  2:33     ` Peng Fan
2021-01-04 11:48       ` Fabio Estevam

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=20210103101144.4375-11-peng.fan@oss.nxp.com \
    --to=peng.fan@oss.nxp.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 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.