summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorrichardretanubun <richardretanubun@ruggedcom.com>2008-09-26 11:13:22 -0400
committerWolfgang Denk <wd@denx.de>2008-10-18 21:54:01 +0200
commit07f3d789b9beb7ce3278c974f4d5c8f51b6ab567 (patch)
treecb0ae1f7368cf8de7146f3161315018ea7cac367 /README
parentfbc87dc0546dff709b38f358e2c5d5e39c4ca374 (diff)
downloadtalos-obmc-uboot-07f3d789b9beb7ce3278c974f4d5c8f51b6ab567.tar.gz
talos-obmc-uboot-07f3d789b9beb7ce3278c974f4d5c8f51b6ab567.zip
Add support for CONFIG_EFI_PARTITION (GUID Partition Table)
The GUID (Globally Unique Identifier) Partition Table (GPT) is a part of EFI. See http://en.wikipedia.org/wiki/GUID_Partition_Table Based on linux/fs/partitions/efi.[ch] Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 36d740ff3f..b10b539fa8 100644
--- a/README
+++ b/README
@@ -687,7 +687,7 @@ The following options need to be configured:
- Partition Support:
CONFIG_MAC_PARTITION and/or CONFIG_DOS_PARTITION
- and/or CONFIG_ISO_PARTITION
+ and/or CONFIG_ISO_PARTITION and/or CONFIG_EFI_PARTITION
If IDE or SCSI support is enabled (CONFIG_CMD_IDE or
CONFIG_CMD_SCSI) you must configure support for at
OpenPOWER on IntegriCloud