diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-23 17:19:57 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-01 10:28:46 -0400 |
commit | 7f3092d71317552735bd3f1784b16c31af89dd68 (patch) | |
tree | e1dc053c983b7737d484f0d370e314df8bfe0b08 /configs/kmcoge5un_defconfig | |
parent | 0ebaa72e5683b0737b91cf7dfd371ba5d737e4eb (diff) | |
download | u-boot-7f3092d71317552735bd3f1784b16c31af89dd68.tar.gz u-boot-7f3092d71317552735bd3f1784b16c31af89dd68.tar.bz2 u-boot-7f3092d71317552735bd3f1784b16c31af89dd68.zip |
Convert CONFIG_KM_COGE5UN et al to Kconfig
This converts the following to Kconfig:
CONFIG_KM_COGE5UN
CONFIG_KM_KIRKWOOD_128M16
CONFIG_KM_KIRKWOOD
CONFIG_KM_KIRKWOOD_PCI
CONFIG_KM_NUSA
CONFIG_KM_SUSE2
Cc: Holger Brunck <holger.brunck@hitachienergy.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Holger Brunck <holger.brunck@hitachienergy.com>
Diffstat (limited to 'configs/kmcoge5un_defconfig')
-rw-r--r-- | configs/kmcoge5un_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/kmcoge5un_defconfig b/configs/kmcoge5un_defconfig index 25db57fc16..5cae77bf8e 100644 --- a/configs/kmcoge5un_defconfig +++ b/configs/kmcoge5un_defconfig @@ -17,7 +17,6 @@ CONFIG_BOOTCOUNT_BOOTLIMIT=3 CONFIG_ENV_OFFSET_REDUND=0xD0000 CONFIG_IDENT_STRING="\nHitachi Power Grids COGE5UN" CONFIG_SYS_LOAD_ADDR=0x800000 -CONFIG_SYS_EXTRA_OPTIONS="KM_COGE5UN" CONFIG_AUTOBOOT_KEYED=y CONFIG_AUTOBOOT_PROMPT="Hit <SPACE> key to stop autoboot in %2ds\n" CONFIG_AUTOBOOT_STOP_STR=" " |