CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2016/10/23 12:50:34
Modified files: sys/arch/armv7/armv7: platform.c sys/arch/armv7/conf: GENERIC RAMDISK sys/arch/armv7/sunxi: files.sunxi Removed files: sys/arch/armv7/sunxi: sun4i.c sun7i.c sunxi.c sunxi_machdep.c Log message: De-platformize sunxi. This removes the board initialization code that sets up SRAM for the EMAC. Instead we rely on u-boot setting this up for us. ok jsg@, patrick@