]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Correct the typo in write_tables()
authorBin Meng <bmeng.cn@gmail.com>
Tue, 28 Apr 2015 10:37:03 +0000 (18:37 +0800)
committerSimon Glass <sjg@chromium.org>
Thu, 30 Apr 2015 00:51:50 +0000 (18:51 -0600)
commitcc4c8aca1de4a0a6ef81460217f64c4b76de5340
treedd785959cdff7fe1f6fe57f0b3de9ab691ed2ef2
parent99556d7debe02d3af4c1b5cc17ad5fa457c2ce67
x86: Correct the typo in write_tables()

It should be #ifdef instead of #if.

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