summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-03-28 21:44:49 -0400
committerTom Rini <trini@konsulko.com>2019-03-28 21:44:49 -0400
commit1111ff671f65a71f8577fe145b53f1f0c920faa4 (patch)
treecbb70c5d15d3366865bb47be1273dfdcb003d9f7 /configs
parent7f21ced0d2488605ccf6eb307daa9e18ee78aa94 (diff)
parent34d117b1fb055920e742baafdd9c1a390c480519 (diff)
Merge tag 'arc-last-minute-for-2019.04' of git://git.denx.de/u-boot-arc
This is last minute change which fixes problems in runtime on AXS10x board caused by some changes in NAND framework and tiny documentation improvement. Anyways NAND flash storage was never really used on the board for various reasons and now we decided to drop it for good. Note this change only touches 1 ARC board so that should be safe for others. As usual - build tested in TravisCI, see https://travis-ci.org/abrodkin/u-boot/builds/512041342
Diffstat (limited to 'configs')
-rw-r--r--configs/axs101_defconfig1
-rw-r--r--configs/axs103_defconfig1
2 files changed, 0 insertions, 2 deletions
diff --git a/configs/axs101_defconfig b/configs/axs101_defconfig
index 6ef6616554..0bfb532fc7 100644
--- a/configs/axs101_defconfig
+++ b/configs/axs101_defconfig
@@ -14,7 +14,6 @@ CONFIG_HUSH_PARSER=y
CONFIG_SYS_PROMPT="AXS# "
# CONFIG_CMD_FLASH is not set
CONFIG_CMD_MMC=y
-CONFIG_CMD_NAND=y
CONFIG_CMD_SF=y
CONFIG_CMD_SPI=y
CONFIG_CMD_USB=y
diff --git a/configs/axs103_defconfig b/configs/axs103_defconfig
index 2208bdb9be..0c8af405a9 100644
--- a/configs/axs103_defconfig
+++ b/configs/axs103_defconfig
@@ -14,7 +14,6 @@ CONFIG_HUSH_PARSER=y
CONFIG_SYS_PROMPT="AXS# "
# CONFIG_CMD_FLASH is not set
CONFIG_CMD_MMC=y
-CONFIG_CMD_NAND=y
CONFIG_CMD_SF=y
CONFIG_CMD_SPI=y
CONFIG_CMD_USB=y