x86: Reduce resetvec size
authorSimon Glass <sjg@chromium.org>
Wed, 25 Sep 2019 15:00:31 +0000 (09:00 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 11 Oct 2019 09:37:38 +0000 (17:37 +0800)
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>
arch/x86/cpu/resetvec.S

index a52225d5ee9304b0fcf5d606ff608ce4dee81ee8..cf972738b31d6c8d1a1cdf28601d3be4724116a7 100644 (file)
@@ -16,6 +16,3 @@ reset_vector:
        cli
        cld
        jmp start16
-
-       .org 0xf
-       nop