All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] post: Remove reference to deleted "lwmon" board from Makefile
@ 2016-03-27 12:39 Robert P. J. Day
  2016-04-02  1:58 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2016-03-27 12:39 UTC (permalink / raw)
  To: u-boot

POST support for sample lwmon board was removed in commit e5d3078622.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>B

---

diff --git a/post/Makefile b/post/Makefile
index 2fa6f8a..92024e1 100644
--- a/post/Makefile
+++ b/post/Makefile
@@ -13,6 +13,6 @@ obj-$(CONFIG_PPC) += lib_powerpc/
 obj-$(CONFIG_MPC83xx) += cpu/mpc83xx/
 obj-$(CONFIG_8xx) += cpu/mpc8xx/
 obj-$(CONFIG_4xx) += cpu/ppc4xx/
-ifneq ($(filter lwmon lwmon5 netta pdm360ng,$(BOARD)),)
+ifneq ($(filter lwmon5 netta pdm360ng,$(BOARD)),)
 obj-y += board/$(BOARD)/
 endif

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================

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

* [U-Boot] post: Remove reference to deleted "lwmon" board from Makefile
  2016-03-27 12:39 [U-Boot] [PATCH] post: Remove reference to deleted "lwmon" board from Makefile Robert P. J. Day
@ 2016-04-02  1:58 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2016-04-02  1:58 UTC (permalink / raw)
  To: u-boot

On Sun, Mar 27, 2016 at 08:39:15AM -0400, Robert P. J. Day wrote:

> POST support for sample lwmon board was removed in commit e5d3078622.
> 
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>B
> 
> diff --git a/post/Makefile b/post/Makefile
> index 2fa6f8a..92024e1 100644

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160401/5972f107/attachment.sig>

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

end of thread, other threads:[~2016-04-02  1:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-27 12:39 [U-Boot] [PATCH] post: Remove reference to deleted "lwmon" board from Makefile Robert P. J. Day
2016-04-02  1:58 ` [U-Boot] " Tom Rini

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.