summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-24 17:18:01 -0400
committerTom Rini <trini@konsulko.com>2022-04-01 10:28:47 -0400
commitf2428acbf1e3d51115f3fe74c2b1cd33ddf17ebb (patch)
tree83ad517cb43787ff0d8ad28340158cf938249fb7 /include/configs
parentf13d7e21fc4fd8193e819777424e119a66d7ce30 (diff)
downloadu-boot-f2428acbf1e3d51115f3fe74c2b1cd33ddf17ebb.tar.gz
u-boot-f2428acbf1e3d51115f3fe74c2b1cd33ddf17ebb.tar.bz2
u-boot-f2428acbf1e3d51115f3fe74c2b1cd33ddf17ebb.zip
Convert CONFIG_E300 et al to Kconfig
This converts the following to Kconfig: CONFIG_E300 CONFIG_E5500 Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/MPC837XERDB.h1
-rw-r--r--include/configs/km/km-mpc8309.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/MPC837XERDB.h b/include/configs/MPC837XERDB.h
index 32dac86431..41313d8ad8 100644
--- a/include/configs/MPC837XERDB.h
+++ b/include/configs/MPC837XERDB.h
@@ -13,7 +13,6 @@
/*
* High Level Configuration Options
*/
-#define CONFIG_E300 1 /* E300 family */
#define CONFIG_HWCONFIG
diff --git a/include/configs/km/km-mpc8309.h b/include/configs/km/km-mpc8309.h
index ab629be380..af35e8e792 100644
--- a/include/configs/km/km-mpc8309.h
+++ b/include/configs/km/km-mpc8309.h
@@ -1,7 +1,6 @@
/*
* High Level Configuration Options
*/
-#define CONFIG_E300 1 /* E300 family */
#define CONFIG_KM_DEF_ARCH "arch=ppc_82xx\0"