]> 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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:35:15 +0000 (22:35 +0200)
commitd5510bb0341e041f70c76b208c3f3bcdcc6608a5
treec850c96614ff3a98b6f035985fe93bee175445a5
parent247737248465392eff4e95a3c9fd2554ff76bc4c
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