uboot-kirkwood: Revert "uboot-kirkwood: enable sata in nsa310 uboot"

This reverts commit 930f3c0148.

The build fails with the following build error:
arm-openwrt-linux-muslgnueabi-ld.bfd: drivers/built-in.o: in function `ide_init':
build_dir/target-arm_xscale_musl_eabi/u-boot-nsa310/u-boot-2020.04/drivers/block/ide.c:750: undefined reference to `ide_preinit'
make[4]: *** [Makefile:1700: u-boot] Error 1

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
master
Hauke Mehrtens 4 years ago
parent b1d5ab1a69
commit 143c81716d

@ -505,7 +505,7 @@ NOTE: this patch is ready for upstream, LEDE-specific parts are in
+#endif /* __NSA310_H */ +#endif /* __NSA310_H */
--- /dev/null --- /dev/null
+++ b/configs/nsa310_defconfig +++ b/configs/nsa310_defconfig
@@ -0,0 +1,50 @@ @@ -0,0 +1,48 @@
+CONFIG_ARM=y +CONFIG_ARM=y
+CONFIG_SYS_DCACHE_OFF=y +CONFIG_SYS_DCACHE_OFF=y
+CONFIG_ARCH_CPU_INIT=y +CONFIG_ARCH_CPU_INIT=y
@ -554,8 +554,6 @@ NOTE: this patch is ready for upstream, LEDE-specific parts are in
+CONFIG_LZMA=y +CONFIG_LZMA=y
+CONFIG_LZO=y +CONFIG_LZO=y
+CONFIG_SYS_LONGHELP=y +CONFIG_SYS_LONGHELP=y
+CONFIG_SATA_MV=y
+CONFIG_CMD_IDE=y
--- /dev/null --- /dev/null
+++ b/include/configs/nsa310.h +++ b/include/configs/nsa310.h
@@ -0,0 +1,103 @@ @@ -0,0 +1,103 @@

Loading…
Cancel
Save