diff options
author | Mario Six <mario.six@gdsys.cc> | 2019-01-21 09:17:33 +0100 |
---|---|---|
committer | Mario Six <mario.six@gdsys.cc> | 2019-05-20 13:50:34 +0200 |
commit | 71c790097be0c5e7e99b1ca83e27e1232c12fc02 (patch) | |
tree | 8a8bc564a845da03945af284dd7197d5e613f552 /configs/kmopti2_defconfig | |
parent | 0e890d4c2b4e850ba0cba7fadfaba2305f76eb99 (diff) | |
download | u-boot-71c790097be0c5e7e99b1ca83e27e1232c12fc02.tar.gz |
keymile: Make distinct kmsupx5, tuge1, kmopti2, and kmtepr2 configs
The kmsupx5, tuge1, kmopti2, and kmtepr2 boards all build from the same
include config file with lots of #ifdef logic.
To ease Kconfig migration, create new config include files for these
boards, and resolve the #ifdef logic as needed.
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'configs/kmopti2_defconfig')
-rw-r--r-- | configs/kmopti2_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/kmopti2_defconfig b/configs/kmopti2_defconfig index e8e821fb80..c0927dd478 100644 --- a/configs/kmopti2_defconfig +++ b/configs/kmopti2_defconfig @@ -1,10 +1,9 @@ CONFIG_PPC=y CONFIG_SYS_TEXT_BASE=0xF0000000 CONFIG_MPC83xx=y -CONFIG_TARGET_TUXX1=y +CONFIG_TARGET_KMOPTI2=y CONFIG_OF_BOARD_SETUP=y CONFIG_OF_STDOUT_VIA_ALIAS=y -CONFIG_SYS_EXTRA_OPTIONS="KMOPTI2" CONFIG_MISC_INIT_R=y CONFIG_VERSION_VARIABLE=y CONFIG_BOARD_EARLY_INIT_R=y |