diff options
author | Mario Six <mario.six@gdsys.cc> | 2019-01-21 09:17:43 +0100 |
---|---|---|
committer | Mario Six <mario.six@gdsys.cc> | 2019-05-21 07:51:40 +0200 |
commit | 8014c162019ffb199467adb937217800b4614a8f (patch) | |
tree | a17711e0b5a3a1884248291f815888cf8a52d585 /include/configs/MPC832XEMDS.h | |
parent | 1e35d425d14b2ceb5136aea9fe1b53cdebd66a75 (diff) | |
download | u-boot-8014c162019ffb199467adb937217800b4614a8f.tar.gz |
MPC832XEMDS: Migrate to CONFIG_TARGET_MPC832XEMDS
Use the proper CONFIG_TARGET_MPC832XEMDS Kconfig option to replace the
CONFIG_MPC832XEMDS ad-hoc config option.
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'include/configs/MPC832XEMDS.h')
-rw-r--r-- | include/configs/MPC832XEMDS.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/MPC832XEMDS.h b/include/configs/MPC832XEMDS.h index 0bb7db9bc3..4cb595bb8e 100644 --- a/include/configs/MPC832XEMDS.h +++ b/include/configs/MPC832XEMDS.h @@ -11,7 +11,6 @@ */ #define CONFIG_E300 1 /* E300 family */ #define CONFIG_QE 1 /* Has QE */ -#define CONFIG_MPC832XEMDS 1 /* MPC832XEMDS board specific */ /* * System Clock Setup |