grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3/5] arm64: Remove "loaded" checking in the grub_cmd_devicetree of linux.c
@ 2014-12-18 18:06 Fu Wei
  2015-05-07 13:21 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 1 reply; 2+ messages in thread
From: Fu Wei @ 2014-12-18 18:06 UTC (permalink / raw)
  To: grub-devel, Leif Lindholm, Ian Campbell
  Cc: Roy Franz, Jon Masters, linaro-uefi

       Reason: (1)we don't need the check, actually
               (2)it is a prerequisite for multiboot support

Signed-off-by: Fu Wei <fu.wei@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
---
 grub-core/loader/arm64/linux.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/grub-core/loader/arm64/linux.c b/grub-core/loader/arm64/linux.c
index 987f5b9..e9e9a29 100644
--- a/grub-core/loader/arm64/linux.c
+++ b/grub-core/loader/arm64/linux.c
@@ -185,13 +185,6 @@ grub_cmd_devicetree (grub_command_t cmd __attribute__ ((unused)),
   void *blob = NULL;
   int size;
 
-  if (!loaded)
-    {
-      grub_error (GRUB_ERR_BAD_ARGUMENT,
-		  N_("you need to load the kernel first"));
-      return GRUB_ERR_BAD_OS;
-    }
-
   if (argc != 1)
     return grub_error (GRUB_ERR_BAD_ARGUMENT, N_("filename expected"));
 
-- 
1.8.3.1


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

end of thread, other threads:[~2015-05-07 13:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-18 18:06 [PATCH 3/5] arm64: Remove "loaded" checking in the grub_cmd_devicetree of linux.c Fu Wei
2015-05-07 13:21 ` Vladimir 'φ-coder/phcoder' Serbinenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).