]> git.sur5r.net Git - u-boot/blobdiff - disk/part_efi.c
ARM: rmobile: Represent SF partitioning with mtdparts on Porter
[u-boot] / disk / part_efi.c
index bea8b20bbd17967e2d5f28050260f9708ed09bb8..72e3997b841b0c60b2c48d0bf56c198f63a4deb8 100644 (file)
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2008 RuggedCom, Inc.
  * Richard Retanubun <RichardRetanubun@RuggedCom.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 /*
@@ -24,7 +23,7 @@
 
 DECLARE_GLOBAL_DATA_PTR;
 
-#ifdef HAVE_BLOCK_DEVICE
+#ifdef CONFIG_HAVE_BLOCK_DEVICE
 /**
  * efi_crc32() - EFI version of crc32 function
  * @buf: buffer to calculate crc32 of