All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] ARM: atmel: sama5d4 boards: fix spl lds location
@ 2015-03-04  5:32 Bo Shen
  2015-03-04  5:32 ` [U-Boot] [PATCH 2/2] ARM: atmel: armv7: move spl lds to armv7 directory Bo Shen
  2015-03-18 22:37 ` [U-Boot] [U-Boot,1/2] ARM: atmel: sama5d4 boards: fix spl lds location Andreas Bießmann
  0 siblings, 2 replies; 4+ messages in thread
From: Bo Shen @ 2015-03-04  5:32 UTC (permalink / raw)
  To: u-boot

As the u-boot-spl.lds is moved to <arch/arm/mach-at91> directory.
So, correct the path for sama5d4 related boards.

Signed-off-by: Bo Shen <voice.shen@atmel.com>
---

 include/configs/sama5d4_xplained.h | 2 +-
 include/configs/sama5d4ek.h        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/configs/sama5d4_xplained.h b/include/configs/sama5d4_xplained.h
index 6493d56..349f1bc 100644
--- a/include/configs/sama5d4_xplained.h
+++ b/include/configs/sama5d4_xplained.h
@@ -246,7 +246,7 @@
 #define CONFIG_SYS_MONITOR_LEN		(512 << 10)
 
 #ifdef CONFIG_SYS_USE_MMC
-#define CONFIG_SPL_LDSCRIPT		arch/arm/cpu/at91-common/u-boot-spl.lds
+#define CONFIG_SPL_LDSCRIPT		arch/arm/mach-at91/u-boot-spl.lds
 #define CONFIG_SPL_MMC_SUPPORT
 #define CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS	0x400
 #define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR 0x200
diff --git a/include/configs/sama5d4ek.h b/include/configs/sama5d4ek.h
index 9e1b86a..4a16b8e 100644
--- a/include/configs/sama5d4ek.h
+++ b/include/configs/sama5d4ek.h
@@ -244,7 +244,7 @@
 #define CONFIG_SYS_MONITOR_LEN		(512 << 10)
 
 #ifdef CONFIG_SYS_USE_MMC
-#define CONFIG_SPL_LDSCRIPT		arch/arm/cpu/at91-common/u-boot-spl.lds
+#define CONFIG_SPL_LDSCRIPT		arch/arm/mach-at91/u-boot-spl.lds
 #define CONFIG_SPL_MMC_SUPPORT
 #define CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS	0x400
 #define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR 0x200
-- 
2.3.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH 2/2] ARM: atmel: armv7: move spl lds to armv7 directory
  2015-03-04  5:32 [U-Boot] [PATCH 1/2] ARM: atmel: sama5d4 boards: fix spl lds location Bo Shen
@ 2015-03-04  5:32 ` Bo Shen
  2015-03-18 22:37   ` [U-Boot] [U-Boot,2/2] " Andreas Bießmann
  2015-03-18 22:37 ` [U-Boot] [U-Boot,1/2] ARM: atmel: sama5d4 boards: fix spl lds location Andreas Bießmann
  1 sibling, 1 reply; 4+ messages in thread
From: Bo Shen @ 2015-03-04  5:32 UTC (permalink / raw)
  To: u-boot

As the u-boot-spl.lds is used only for armv7 SoCs (includes
sama5d3 and sama5d4), so move it to armv7 directory.

Signed-off-by: Bo Shen <voice.shen@atmel.com>
---

 arch/arm/mach-at91/{ => armv7}/u-boot-spl.lds | 0
 include/configs/sama5d3_xplained.h            | 2 +-
 include/configs/sama5d3xek.h                  | 2 +-
 include/configs/sama5d4_xplained.h            | 2 +-
 include/configs/sama5d4ek.h                   | 2 +-
 5 files changed, 4 insertions(+), 4 deletions(-)
 rename arch/arm/mach-at91/{ => armv7}/u-boot-spl.lds (100%)

diff --git a/arch/arm/mach-at91/u-boot-spl.lds b/arch/arm/mach-at91/armv7/u-boot-spl.lds
similarity index 100%
rename from arch/arm/mach-at91/u-boot-spl.lds
rename to arch/arm/mach-at91/armv7/u-boot-spl.lds
diff --git a/include/configs/sama5d3_xplained.h b/include/configs/sama5d3_xplained.h
index 5dab61d..c82728e 100644
--- a/include/configs/sama5d3_xplained.h
+++ b/include/configs/sama5d3_xplained.h
@@ -227,7 +227,7 @@
 #define CONFIG_SYS_MONITOR_LEN		(512 << 10)
 
 #ifdef CONFIG_SYS_USE_MMC
-#define CONFIG_SPL_LDSCRIPT		arch/arm/mach-at91/u-boot-spl.lds
+#define CONFIG_SPL_LDSCRIPT		arch/arm/mach-at91/armv7/u-boot-spl.lds
 #define CONFIG_SPL_MMC_SUPPORT
 #define CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS	0x400
 #define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR 0x200
diff --git a/include/configs/sama5d3xek.h b/include/configs/sama5d3xek.h
index bd288be..a99b559 100644
--- a/include/configs/sama5d3xek.h
+++ b/include/configs/sama5d3xek.h
@@ -274,7 +274,7 @@
 #define CONFIG_SYS_MONITOR_LEN		(512 << 10)
 
 #ifdef CONFIG_SYS_USE_MMC
-#define CONFIG_SPL_LDSCRIPT		arch/arm/mach-at91/u-boot-spl.lds
+#define CONFIG_SPL_LDSCRIPT		arch/arm/mach-at91/armv7/u-boot-spl.lds
 #define CONFIG_SPL_MMC_SUPPORT
 #define CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS	0x400
 #define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR 0x200
diff --git a/include/configs/sama5d4_xplained.h b/include/configs/sama5d4_xplained.h
index 349f1bc..4cb0761 100644
--- a/include/configs/sama5d4_xplained.h
+++ b/include/configs/sama5d4_xplained.h
@@ -246,7 +246,7 @@
 #define CONFIG_SYS_MONITOR_LEN		(512 << 10)
 
 #ifdef CONFIG_SYS_USE_MMC
-#define CONFIG_SPL_LDSCRIPT		arch/arm/mach-at91/u-boot-spl.lds
+#define CONFIG_SPL_LDSCRIPT		arch/arm/mach-at91/armv7/u-boot-spl.lds
 #define CONFIG_SPL_MMC_SUPPORT
 #define CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS	0x400
 #define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR 0x200
diff --git a/include/configs/sama5d4ek.h b/include/configs/sama5d4ek.h
index 4a16b8e..897d481 100644
--- a/include/configs/sama5d4ek.h
+++ b/include/configs/sama5d4ek.h
@@ -244,7 +244,7 @@
 #define CONFIG_SYS_MONITOR_LEN		(512 << 10)
 
 #ifdef CONFIG_SYS_USE_MMC
-#define CONFIG_SPL_LDSCRIPT		arch/arm/mach-at91/u-boot-spl.lds
+#define CONFIG_SPL_LDSCRIPT		arch/arm/mach-at91/armv7/u-boot-spl.lds
 #define CONFIG_SPL_MMC_SUPPORT
 #define CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS	0x400
 #define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR 0x200
-- 
2.3.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [U-Boot,1/2] ARM: atmel: sama5d4 boards: fix spl lds location
  2015-03-04  5:32 [U-Boot] [PATCH 1/2] ARM: atmel: sama5d4 boards: fix spl lds location Bo Shen
  2015-03-04  5:32 ` [U-Boot] [PATCH 2/2] ARM: atmel: armv7: move spl lds to armv7 directory Bo Shen
@ 2015-03-18 22:37 ` Andreas Bießmann
  1 sibling, 0 replies; 4+ messages in thread
From: Andreas Bießmann @ 2015-03-18 22:37 UTC (permalink / raw)
  To: u-boot

Dear Bo Shen,

Bo Shen <voice.shen@atmel.com> writes:
>As the u-boot-spl.lds is moved to <arch/arm/mach-at91> directory.
>So, correct the path for sama5d4 related boards.
>
>Signed-off-by: Bo Shen <voice.shen@atmel.com>
>---
>
> include/configs/sama5d4_xplained.h | 2 +-
> include/configs/sama5d4ek.h        | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)

applied to u-boot-atmel/master, thanks!

Best regards,
Andreas Bie?mann

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [U-Boot,2/2] ARM: atmel: armv7: move spl lds to armv7 directory
  2015-03-04  5:32 ` [U-Boot] [PATCH 2/2] ARM: atmel: armv7: move spl lds to armv7 directory Bo Shen
@ 2015-03-18 22:37   ` Andreas Bießmann
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Bießmann @ 2015-03-18 22:37 UTC (permalink / raw)
  To: u-boot

Dear Bo Shen,

Bo Shen <voice.shen@atmel.com> writes:
>As the u-boot-spl.lds is used only for armv7 SoCs (includes
>sama5d3 and sama5d4), so move it to armv7 directory.
>
>Signed-off-by: Bo Shen <voice.shen@atmel.com>
>---
>
> arch/arm/mach-at91/{ => armv7}/u-boot-spl.lds | 0
> include/configs/sama5d3_xplained.h            | 2 +-
> include/configs/sama5d3xek.h                  | 2 +-
> include/configs/sama5d4_xplained.h            | 2 +-
> include/configs/sama5d4ek.h                   | 2 +-
> 5 files changed, 4 insertions(+), 4 deletions(-)
> rename arch/arm/mach-at91/{ => armv7}/u-boot-spl.lds (100%)

applied to u-boot-atmel/master, thanks!

Best regards,
Andreas Bie?mann

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-03-18 22:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-04  5:32 [U-Boot] [PATCH 1/2] ARM: atmel: sama5d4 boards: fix spl lds location Bo Shen
2015-03-04  5:32 ` [U-Boot] [PATCH 2/2] ARM: atmel: armv7: move spl lds to armv7 directory Bo Shen
2015-03-18 22:37   ` [U-Boot] [U-Boot,2/2] " Andreas Bießmann
2015-03-18 22:37 ` [U-Boot] [U-Boot,1/2] ARM: atmel: sama5d4 boards: fix spl lds location Andreas Bießmann

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.