x86: Change to use start/end address pair in write_tables()
authorBin Meng <bmeng.cn@gmail.com>
Sun, 28 Feb 2016 06:57:58 +0000 (22:57 -0800)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 17 Mar 2016 02:27:22 +0000 (10:27 +0800)
commita5221b52064013137109e7aa659b661747f47e98
tree16a5e1f23455510af2cebe55832aacdb86dddce1
parentf2d0690e28722ffe045ca8e8c4bae9df2fd97582
x86: Change to use start/end address pair in write_tables()

Add a new variable rom_table_start and pass it to ROM table write
routines. This reads better than previous single rom_table_end.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/tables.c