diff options
author | Alison Chaiken <alison@she-devel.com> | 2017-09-04 18:19:04 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-07 10:44:34 -0400 |
commit | 2105f3484367647218993b98ca59f942aa3668be (patch) | |
tree | e5fbb5dd7d868ca4861b32fa17435ec2815432dc /doc/README.gpt | |
parent | 337e3b897db332e86664c74dec43420668331c66 (diff) |
doc: remove duplicate text in README.gpt
Signed-off-by: Alison Chaiken <alison@she-devel.com>
Diffstat (limited to 'doc/README.gpt')
-rw-r--r-- | doc/README.gpt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/README.gpt b/doc/README.gpt index 517df551e7b..d3db8bce1ca 100644 --- a/doc/README.gpt +++ b/doc/README.gpt @@ -236,16 +236,6 @@ board/sandbox/README.sandbox: =>host bind 0 ./disk.raw => gpt read host 0 [ . . . ] -=> gpt flip host 0 -[ . . . ] - -The GPT functionality may be tested with the 'sandbox' board by -creating a disk image as described under 'Block Device Emulation' in -board/sandbox/README.sandbox: - -=>host bind 0 ./disk.raw -=> gpt read host 0 -[ . . . ] => gpt swap host 0 name othername [ . . . ] |