projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcda8c3
)
x86: doc: Correct qfw command example
author
Bin Meng
<bmeng.cn@gmail.com>
Sun, 9 Oct 2016 11:14:14 +0000
(
04:14
-0700)
committer
Bin Meng
<bmeng.cn@gmail.com>
Wed, 12 Oct 2016 02:56:50 +0000
(10:56 +0800)
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>
doc/README.x86
patch
|
blob
|
history
diff --git
a/doc/README.x86
b/doc/README.x86
index 437dc291e1afeb19b91fbadeba953e1224496348..c34f45586be329bbf07e7c58e16709a10bc9d0f4 100644
(file)
--- 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 0
2
000000 - 04000000 1b1ab50
+=> zboot 0
1
000000 - 04000000 1b1ab50
CPU Microcode
-------------