Skip to content

Commit

Permalink
ARC: AXS10x: drop NAND support
Browse files Browse the repository at this point in the history
On AXS10x boards we have non-standard NAND controller
which was never really used a lot as there're other much more
convenient [as they are standard & removable] persistent media
like SD-card and USB mass storage.

Moreover after recent changes we face with some NAND controller
runtime issues. So instead of keeping support of yet another
non-standard peripheral we're dropping its support for good.

Signed-off-by: Eugeniy Paltsev <[email protected]>
Signed-off-by: Alexey Brodkin <[email protected]>
  • Loading branch information
Eugeniy Paltsev authored and abrodkin committed Mar 28, 2019
1 parent 2b9b9cd commit 4f5e552
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 251 deletions.
1 change: 0 additions & 1 deletion board/synopsys/axs10x/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
# Copyright (C) 2013-2016 Synopsys, Inc. All rights reserved.

obj-y += axs10x.o
obj-$(CONFIG_CMD_NAND) += nand.o
242 changes: 0 additions & 242 deletions board/synopsys/axs10x/nand.c

This file was deleted.

1 change: 0 additions & 1 deletion configs/axs101_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion configs/axs103_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions include/configs/axs10x.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@
#define CONFIG_SYS_BOOTM_LEN SZ_128M
#define CONFIG_SYS_LOAD_ADDR 0x82000000

/*
* NAND Flash configuration
*/
#define CONFIG_SYS_NAND_BASE (ARC_FPGA_PERIPHERAL_BASE + 0x16000)
#define CONFIG_SYS_MAX_NAND_DEVICE 1

/*
* UART configuration
*/
Expand Down

0 comments on commit 4f5e552

Please sign in to comment.