summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-11-14 18:18:22 -0700
committerSimon Glass <sjg@chromium.org>2014-11-25 06:33:59 -0700
commit65990d568074ad878cbc7e4eb1053508e3707cb6 (patch)
tree40b56e42143e8c071d7764c4994715a762a2d1eb /include
parente3bf4c759be1bf037818100e15af425d16822c29 (diff)
downloadtalos-obmc-uboot-65990d568074ad878cbc7e4eb1053508e3707cb6.tar.gz
talos-obmc-uboot-65990d568074ad878cbc7e4eb1053508e3707cb6.zip
x86: Remove board_early_init_r()
This function is not needed. Remove it to improve the generic init sequence slightly. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/chromebook_link.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/chromebook_link.h b/include/configs/chromebook_link.h
index 8caeca6430..cd4a8a0543 100644
--- a/include/configs/chromebook_link.h
+++ b/include/configs/chromebook_link.h
@@ -21,7 +21,6 @@
#define CONFIG_DCACHE_RAM_MRC_VAR_SIZE 0x4000
#define CONFIG_SYS_X86_START16 0xfffff800
#define CONFIG_BOARD_EARLY_INIT_F
-#define CONFIG_BOARD_EARLY_INIT_R
#define CONFIG_DISPLAY_CPUINFO
#define CONFIG_X86_RESET_VECTOR
OpenPOWER on IntegriCloud