All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/3] powerpc: mpc8544ds: Enable DHCP command by default
@ 2017-06-07 17:20 York Sun
  2017-06-07 17:20 ` [U-Boot] [PATCH 2/3] powerpc: mpc8544ds: Fix environmental variable location York Sun
  2017-06-07 17:20 ` [U-Boot] [PATCH 3/3] powerpc: mpc8544ds: Update maintainer York Sun
  0 siblings, 2 replies; 3+ messages in thread
From: York Sun @ 2017-06-07 17:20 UTC (permalink / raw)
  To: u-boot

Signed-off-by: York Sun <york.sun@nxp.com>
---

 configs/MPC8544DS_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/MPC8544DS_defconfig b/configs/MPC8544DS_defconfig
index d8aa8e7..df9f28c 100644
--- a/configs/MPC8544DS_defconfig
+++ b/configs/MPC8544DS_defconfig
@@ -7,6 +7,7 @@ CONFIG_OF_STDOUT_VIA_ALIAS=y
 CONFIG_BOOTDELAY=10
 # CONFIG_CONSOLE_MUX is not set
 CONFIG_HUSH_PARSER=y
+CONFIG_CMD_DHCP=y
 CONFIG_CMD_I2C=y
 CONFIG_CMD_USB=y
 CONFIG_CMD_MII=y
-- 
2.7.4

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

* [U-Boot] [PATCH 2/3] powerpc: mpc8544ds: Fix environmental variable location
  2017-06-07 17:20 [U-Boot] [PATCH 1/3] powerpc: mpc8544ds: Enable DHCP command by default York Sun
@ 2017-06-07 17:20 ` York Sun
  2017-06-07 17:20 ` [U-Boot] [PATCH 3/3] powerpc: mpc8544ds: Update maintainer York Sun
  1 sibling, 0 replies; 3+ messages in thread
From: York Sun @ 2017-06-07 17:20 UTC (permalink / raw)
  To: u-boot

Signed-off-by: York Sun <york.sun@nxp.com>
---

 include/configs/MPC8544DS.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/configs/MPC8544DS.h b/include/configs/MPC8544DS.h
index 8f7e056..08b925c 100644
--- a/include/configs/MPC8544DS.h
+++ b/include/configs/MPC8544DS.h
@@ -326,13 +326,13 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
  * Environment
  */
 #define CONFIG_ENV_IS_IN_FLASH	1
+#define CONFIG_ENV_SECT_SIZE	0x10000 /* 64K (one sector) */
 #if CONFIG_SYS_MONITOR_BASE > 0xfff80000
 #define CONFIG_ENV_ADDR		0xfff80000
 #else
-#define CONFIG_ENV_ADDR		(CONFIG_SYS_MONITOR_BASE + 0x70000)
+#define CONFIG_ENV_ADDR		(CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE)
 #endif
 #define CONFIG_ENV_SIZE		0x2000
-#define CONFIG_ENV_SECT_SIZE	0x10000 /* 64K (one sector) */
 
 #define CONFIG_LOADS_ECHO	1	/* echo on for serial download */
 #define CONFIG_SYS_LOADS_BAUD_CHANGE	1	/* allow baudrate change */
-- 
2.7.4

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

* [U-Boot] [PATCH 3/3] powerpc: mpc8544ds: Update maintainer
  2017-06-07 17:20 [U-Boot] [PATCH 1/3] powerpc: mpc8544ds: Enable DHCP command by default York Sun
  2017-06-07 17:20 ` [U-Boot] [PATCH 2/3] powerpc: mpc8544ds: Fix environmental variable location York Sun
@ 2017-06-07 17:20 ` York Sun
  1 sibling, 0 replies; 3+ messages in thread
From: York Sun @ 2017-06-07 17:20 UTC (permalink / raw)
  To: u-boot

Signed-off-by: York Sun <york.sun@nxp.com>
---

 board/freescale/mpc8544ds/MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/freescale/mpc8544ds/MAINTAINERS b/board/freescale/mpc8544ds/MAINTAINERS
index 328be7f..3c6f80e 100644
--- a/board/freescale/mpc8544ds/MAINTAINERS
+++ b/board/freescale/mpc8544ds/MAINTAINERS
@@ -1,5 +1,5 @@
 MPC8544DS BOARD
-#M:	-
+M:	York Sun <york.sun@nxp.com>
 S:	Maintained
 F:	board/freescale/mpc8544ds/
 F:	include/configs/MPC8544DS.h
-- 
2.7.4

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

end of thread, other threads:[~2017-06-07 17:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-07 17:20 [U-Boot] [PATCH 1/3] powerpc: mpc8544ds: Enable DHCP command by default York Sun
2017-06-07 17:20 ` [U-Boot] [PATCH 2/3] powerpc: mpc8544ds: Fix environmental variable location York Sun
2017-06-07 17:20 ` [U-Boot] [PATCH 3/3] powerpc: mpc8544ds: Update maintainer York Sun

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.