diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2019-05-07 21:51:39 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2019-05-10 22:43:18 +0200 |
commit | 54eac8b3a3cc4c05d981ecefc8bcd5151f0d928c (patch) | |
tree | 95664b7b95323ea54d8b4d7cd7ef0230e43caa0a /configs | |
parent | 58300f399f71ddc0ebdcd344cdf9f973aa0613b2 (diff) | |
download | u-boot-54eac8b3a3cc4c05d981ecefc8bcd5151f0d928c.tar.gz u-boot-54eac8b3a3cc4c05d981ecefc8bcd5151f0d928c.tar.xz u-boot-54eac8b3a3cc4c05d981ecefc8bcd5151f0d928c.zip |
sh: rsk7269: Remove the board
Last change to this board was done in 2016, has no prospects of
ever being converted to DM, drop it.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Chris Brandt <chris.brandt@renesas.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Cc: Vladimir Zapolskiy <vz@mleia.com>
Cc: Yoshihiro Shimoda <shimoda.yoshihiro.uh@renesas.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/rsk7269_defconfig | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/configs/rsk7269_defconfig b/configs/rsk7269_defconfig deleted file mode 100644 index 3d2b03cc57..0000000000 --- a/configs/rsk7269_defconfig +++ /dev/null @@ -1,15 +0,0 @@ -CONFIG_SH=y -CONFIG_SYS_TEXT_BASE=0xDFC0000 -CONFIG_TARGET_RSK7269=y -CONFIG_BOOTDELAY=3 -CONFIG_USE_BOOTARGS=y -CONFIG_BOOTARGS="console=ttySC7,115200" -# CONFIG_CMDLINE_EDITING is not set -# CONFIG_AUTO_COMPLETE is not set -CONFIG_CMD_IMLS=y -# CONFIG_CMD_SETEXPR is not set -CONFIG_MTD_NOR_FLASH=y -CONFIG_FLASH_CFI_DRIVER=y -CONFIG_SYS_FLASH_CFI=y -CONFIG_SCIF_CONSOLE=y -CONFIG_USE_PRIVATE_LIBGCC=y |