Re: [PATCH 12/32] x86: Move ROM_TABLE_ADDR into the C file

2020-10-16 Thread Bin Meng
Hi Simon, On Mon, Sep 28, 2020 at 12:26 PM Simon Glass wrote: > > At present this is defined in the header file, along with a few related > defines. The code that used to need this has been removed. Move it into > the C file instead. > > Signed-off-by: Simon Glass > --- > > arch/x86/include/asm

[PATCH 12/32] x86: Move ROM_TABLE_ADDR into the C file

2020-09-27 Thread Simon Glass
At present this is defined in the header file, along with a few related defines. The code that used to need this has been removed. Move it into the C file instead. Signed-off-by: Simon Glass --- arch/x86/include/asm/tables.h | 8 arch/x86/lib/tables.c | 8 2 files chan