board: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD
Use the new symbol to refer to any 'SPL' build, including TPL and VPL Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
# Copyright (C) 2013, ISEE 2007 SL - http://www.isee.biz/
|
||||
|
||||
ifdef CONFIG_SPL_BUILD
|
||||
ifdef CONFIG_XPL_BUILD
|
||||
obj-y += mux.o
|
||||
endif
|
||||
|
||||
|
||||
@@ -68,7 +68,7 @@ static int get_board_revision(void)
|
||||
return revision;
|
||||
}
|
||||
|
||||
#ifdef CONFIG_SPL_BUILD
|
||||
#ifdef CONFIG_XPL_BUILD
|
||||
/* PN H5TQ4G63AFR is equivalent to MT41K256M16HA125*/
|
||||
static const struct ddr_data ddr3_igep0034_data = {
|
||||
.datardsratio0 = MT41K256M16HA125E_RD_DQS,
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# (C) Copyright 2000, 2001, 2002
|
||||
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
||||
|
||||
ifdef CONFIG_SPL_BUILD
|
||||
ifdef CONFIG_XPL_BUILD
|
||||
obj-y := spl.o common.o
|
||||
else
|
||||
obj-y := igep00x0.o common.o
|
||||
|
||||
Reference in New Issue
Block a user