aboutsummaryrefslogtreecommitdiff
path: root/include/configs/km/km-mpc83xx.h
diff options
context:
space:
mode:
authorPascal Linder <pascal.linder@edu.hefr.ch>2019-07-09 09:28:21 +0200
committerStefan Roese <sr@denx.de>2019-08-12 09:12:38 +0200
commit432579c4d1ee89da7322ff11f0424360df2b0d95 (patch)
tree2fd17187ba6fd517303b4c1b5826f5a19ee807c6 /include/configs/km/km-mpc83xx.h
parent707f06f331096161d2ece57634cb816e46d1878a (diff)
downloadu-boot-432579c4d1ee89da7322ff11f0424360df2b0d95.zip
u-boot-432579c4d1ee89da7322ff11f0424360df2b0d95.tar.gz
u-boot-432579c4d1ee89da7322ff11f0424360df2b0d95.tar.bz2
km: remove obsolete definitions in KM header files
After moving the KM specific configurations to Kconfig, the associated preprocessor definitions can now be removed in the headers. Moreover, the whitelist has been adapted correspondingly. Signed-off-by: Pascal Linder <pascal.linder@edu.hefr.ch> Signed-off-by: Holger Brunck <holger.brunck@ch.abb.com> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/km/km-mpc83xx.h')
-rw-r--r--include/configs/km/km-mpc83xx.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/km/km-mpc83xx.h b/include/configs/km/km-mpc83xx.h
index 455e523..c06143c 100644
--- a/include/configs/km/km-mpc83xx.h
+++ b/include/configs/km/km-mpc83xx.h
@@ -3,8 +3,6 @@
*/
#define BOOTFLASH_START 0xF0000000
-#define CONFIG_KM_CONSOLE_TTY "ttyS0"
-
/*
* DDR Setup
*/
@@ -89,8 +87,6 @@
{0, {{I2C_MUX_PCA9547, 0x70, 1} } }, \
{1, {I2C_NULL_HOP} } }
-#define CONFIG_KM_IVM_BUS 2 /* I2C2 (Mux-Port 1)*/
-
#if defined(CONFIG_CMD_NAND)
#define CONFIG_NAND_KMETER1
#define CONFIG_SYS_MAX_NAND_DEVICE 1