
On Mon, Feb 29, 2016 at 12:19 PM, Simon Glass sjg@chromium.org wrote:
On 27 February 2016 at 23:57, Bin Meng bmeng.cn@gmail.com wrote:
Move asm/arch-coreboot/tables.h to asm/coreboot_tables.h so that coreboot table definitions can be used by other x86 builds.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
arch/x86/cpu/coreboot/sdram.c | 1 - arch/x86/cpu/coreboot/tables.c | 1 - arch/x86/include/asm/arch-coreboot/sysinfo.h | 2 +- arch/x86/include/asm/{arch-coreboot/tables.h => coreboot_tables.h} | 0 drivers/video/coreboot_fb.c | 1 - 5 files changed, 1 insertion(+), 4 deletions(-) rename arch/x86/include/asm/{arch-coreboot/tables.h => coreboot_tables.h} (100%)
Reviewed-by: Simon Glass sjg@chromium.org
applied to u-boot-x86/next, thanks!