diff options
author | Eugeniy Paltsev <eugeniy.paltsev@synopsys.com> | 2019-03-27 16:53:43 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2019-03-28 10:42:47 +0300 |
commit | 4f5e552d95bb83adc439056dc387153d65685cb6 (patch) | |
tree | fafd8a5a9b66b2926c95630da2b622196319f6c4 /include/configs | |
parent | 2b9b9cdd5f9ae1cbc786ba3c2255a51b3ea4a636 (diff) |
ARC: AXS10x: drop NAND support
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 <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/axs10x.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/axs10x.h b/include/configs/axs10x.h index 0f4d78a594..0c5a3af4cc 100644 --- a/include/configs/axs10x.h +++ b/include/configs/axs10x.h @@ -32,12 +32,6 @@ #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 */ #define CONFIG_SYS_NS16550_SERIAL |