mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-03 10:17:21 +00:00
x86: Reduce resetvec size
At present this produces a 16-byte file. It is intended to start 16 bytes before the end of ROM and pads with zeroes to readh the end. But binman sometimes wants to add an image-header at the very end of ROM. Furthermore binman automatically pads the data if it is finishes early. Drop the padding in resetvec and let binman handle it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
b9e7c3370e
commit
d362a08817
1 changed files with 0 additions and 3 deletions
|
@ -16,6 +16,3 @@ reset_vector:
|
||||||
cli
|
cli
|
||||||
cld
|
cld
|
||||||
jmp start16
|
jmp start16
|
||||||
|
|
||||||
.org 0xf
|
|
||||||
nop
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue