mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 07:04:28 +00:00
03a38a3972
Convert the SH Serial to Kconfig using tools/moveconfig.py tool and a bit of manual adjustment to cater for failed conversions. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7 lines
160 B
Text
7 lines
160 B
Text
CONFIG_SH=y
|
|
CONFIG_TARGET_RSK7264=y
|
|
CONFIG_BOOTDELAY=3
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_MTD_NOR_FLASH=y
|
|
CONFIG_SCIF_CONSOLE=y
|
|
CONFIG_USE_PRIVATE_LIBGCC=y
|