diff options
author | richardretanubun <richardretanubun@ruggedcom.com> | 2008-09-26 11:13:22 -0400 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-10-18 21:54:01 +0200 |
commit | 07f3d789b9beb7ce3278c974f4d5c8f51b6ab567 (patch) | |
tree | cb0ae1f7368cf8de7146f3161315018ea7cac367 /README | |
parent | fbc87dc0546dff709b38f358e2c5d5e39c4ca374 (diff) | |
download | u-boot-07f3d789b9beb7ce3278c974f4d5c8f51b6ab567.tar.gz |
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-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |