]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: ifdtool: Split microcode linking into its own function
authorSimon Glass <sjg@chromium.org>
Sat, 15 Aug 2015 20:37:52 +0000 (14:37 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 09:29:45 +0000 (11:29 +0200)
commitd130156839af94942ac1ce9e7cb74d1dcc9928e0
tree6947322f1598bedca31962e5576b2a60a5dd88d1
parent28769f4b066e385227d13f791632a08a1cc45385
x86: ifdtool: Split microcode linking into its own function

The code to set up the microcode pointer in the ROM shares almost nothing
with the write_uboot() function.

Move it into its own function so it will be easier to extend.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
tools/ifdtool.c