diff options
author | Mario Six <mario.six@gdsys.cc> | 2019-01-21 09:17:30 +0100 |
---|---|---|
committer | Mario Six <mario.six@gdsys.cc> | 2019-05-20 13:50:34 +0200 |
commit | 0e0674fcab819e829929716aa5aa0f10d7feb75a (patch) | |
tree | 69283fcc0da4f36cedec2d5441598dc21b61a300 /configs/kmtegr1_defconfig | |
parent | 8439e99ddb54872f124b86f671d10d8a66cf9693 (diff) | |
download | u-boot-0e0674fcab819e829929716aa5aa0f10d7feb75a.tar.gz u-boot-0e0674fcab819e829929716aa5aa0f10d7feb75a.tar.xz u-boot-0e0674fcab819e829929716aa5aa0f10d7feb75a.zip |
keymile: Make distinct kmtegr1, kmvect1, suvd3 configs
The kmtegr1, kmvect1, and suvd3 boards all use the same config include
file with lots of #ifdefs in it.
The Kconfig migation will become easier if we get rid of these #ifdefs
first.
Hence, create distinct config include files for these boards, and unwind
the #ifdef logic in these config files to only include the options
necessary for each board.
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'configs/kmtegr1_defconfig')
-rw-r--r-- | configs/kmtegr1_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/kmtegr1_defconfig b/configs/kmtegr1_defconfig index 40181758e9..38a861b861 100644 --- a/configs/kmtegr1_defconfig +++ b/configs/kmtegr1_defconfig @@ -1,7 +1,7 @@ CONFIG_PPC=y CONFIG_SYS_TEXT_BASE=0xF0000000 CONFIG_MPC83xx=y -CONFIG_TARGET_SUVD3=y +CONFIG_TARGET_KMTEGR1=y CONFIG_OF_BOARD_SETUP=y CONFIG_OF_STDOUT_VIA_ALIAS=y CONFIG_SYS_EXTRA_OPTIONS="KMTEGR1" |