summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2016-10-09 04:14:14 -0700
committerBin Meng <bmeng.cn@gmail.com>2016-10-12 10:56:50 +0800
commit10491c838ebed4d5e1fec4655b8bf2de48c6328e (patch)
tree08c20e9620cb3351cf06614b2334762fce4d2803 /doc
parentfcda8c388699d8602158aa16a1e9c607dac93df9 (diff)
x86: doc: Correct qfw command example
The kernel load address for zboot should be 0x1000000. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.x862
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.x86 b/doc/README.x86
index 437dc291e1..c34f45586b 100644
--- a/doc/README.x86
+++ b/doc/README.x86
@@ -449,7 +449,7 @@ loading kernel to address 01000000 size 5d9d30 initrd 04000000 size 1b1ab50
Here the kernel (bzImage) is loaded to 01000000 and initrd is to 04000000. Then,
'zboot' can be used to boot the kernel:
-=> zboot 02000000 - 04000000 1b1ab50
+=> zboot 01000000 - 04000000 1b1ab50
CPU Microcode
-------------