From: Andrew F. Davis <afd@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 6/7] disk: Convert CONFIG_AMIGA_PARTITION to Kconfig
Date: Thu, 8 Dec 2016 16:04:32 -0600 [thread overview]
Message-ID: <20161208220433.20847-6-afd@ti.com> (raw)
In-Reply-To: <20161208220433.20847-1-afd@ti.com>
Signed-off-by: Andrew F. Davis <afd@ti.com>
---
configs/sandbox_defconfig | 1 +
configs/sandbox_noblk_defconfig | 1 +
configs/sandbox_spl_defconfig | 1 +
disk/Kconfig | 8 ++++++++
include/configs/sandbox.h | 1 -
5 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 3cc72fe..0c35f6a 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -54,6 +54,7 @@ CONFIG_CMD_EXT4_WRITE=y
CONFIG_MAC_PARTITION=y
CONFIG_DOS_PARTITION=y
CONFIG_ISO_PARTITION=y
+CONFIG_AMIGA_PARTITION=y
CONFIG_OF_CONTROL=y
CONFIG_OF_HOSTFILE=y
CONFIG_NETCONSOLE=y
diff --git a/configs/sandbox_noblk_defconfig b/configs/sandbox_noblk_defconfig
index 06d0f59..4635abc 100644
--- a/configs/sandbox_noblk_defconfig
+++ b/configs/sandbox_noblk_defconfig
@@ -59,6 +59,7 @@ CONFIG_CMD_FS_GENERIC=y
CONFIG_MAC_PARTITION=y
CONFIG_DOS_PARTITION=y
CONFIG_ISO_PARTITION=y
+CONFIG_AMIGA_PARTITION=y
CONFIG_OF_CONTROL=y
CONFIG_OF_HOSTFILE=y
CONFIG_NETCONSOLE=y
diff --git a/configs/sandbox_spl_defconfig b/configs/sandbox_spl_defconfig
index 42080dd..ec92bba 100644
--- a/configs/sandbox_spl_defconfig
+++ b/configs/sandbox_spl_defconfig
@@ -61,6 +61,7 @@ CONFIG_CMD_EXT4_WRITE=y
CONFIG_MAC_PARTITION=y
CONFIG_DOS_PARTITION=y
CONFIG_ISO_PARTITION=y
+CONFIG_AMIGA_PARTITION=y
CONFIG_OF_CONTROL=y
CONFIG_SPL_OF_CONTROL=y
CONFIG_OF_HOSTFILE=y
diff --git a/disk/Kconfig b/disk/Kconfig
index b25b6ad..fafd5ef 100644
--- a/disk/Kconfig
+++ b/disk/Kconfig
@@ -32,4 +32,12 @@ config ISO_PARTITION
for U-Boot to process ISO disk partition and load images from
ISO partitioned drives.
+config AMIGA_PARTITION
+ bool "Support AMIGA Partitions"
+ depends on PARTITIONS
+ help
+ Enable support for AMIGA disk partitions. This provides a means
+ for U-Boot to process AMIGA disk partition and load images from
+ AMIGA partitioned drives.
+
endmenu
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index 09502b2..30b2ff1 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -49,7 +49,6 @@
#define CONFIG_CMD_GPT
#define CONFIG_PARTITION_UUIDS
-#define CONFIG_AMIGA_PARTITION
#define CONFIG_EFI_PARTITION
/*
--
2.10.2
next prev parent reply other threads:[~2016-12-08 22:04 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-08 22:04 [U-Boot] [PATCH 1/7] configs: Fixup defconfigs ordering Andrew F. Davis
2016-12-08 22:04 ` [U-Boot] [PATCH 2/7] disk: Add CONFIG_PARTITION to Kconfig Andrew F. Davis
2016-12-09 12:27 ` Tom Rini
2016-12-09 15:03 ` Andrew F. Davis
2016-12-08 22:04 ` [U-Boot] [PATCH 3/7] disk: Convert CONFIG_MAC_PARTITION " Andrew F. Davis
2016-12-08 22:04 ` [U-Boot] [PATCH 4/7] disk: Convert CONFIG_DOS_PARTITION " Andrew F. Davis
2016-12-08 22:04 ` [U-Boot] [PATCH 5/7] disk: Convert CONFIG_ISO_PARTITION " Andrew F. Davis
2016-12-08 22:04 ` Andrew F. Davis [this message]
2016-12-08 22:04 ` [U-Boot] [PATCH 7/7] disk: Convert CONFIG_EFI_PARTITION " Andrew F. Davis
2016-12-08 22:24 ` [U-Boot] [PATCH 1/7] configs: Fixup defconfigs ordering Andrew F. Davis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161208220433.20847-6-afd@ti.com \
--to=afd@ti.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox