From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Tue, 26 Jan 2016 16:15:34 +0100 Subject: [U-Boot] [PATCH 08/22] ppc: ppc440: ppc440-generic_flash_defconfig In-Reply-To: <1453803865-2623-9-git-send-email-ricardo.ribalda@gmail.com> References: <1453803865-2623-1-git-send-email-ricardo.ribalda@gmail.com> <1453803865-2623-9-git-send-email-ricardo.ribalda@gmail.com> Message-ID: <56A78D96.8070806@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 26.01.2016 11:24, Ricardo Ribalda Delgado wrote: > Remove redundant defconfig file. Boot via flash can be configured via > Kconfig. > > Signed-off-by: Ricardo Ribalda Delgado > --- > configs/xilinx-ppc440-generic_flash_defconfig | 8 -------- > 1 file changed, 8 deletions(-) > delete mode 100644 configs/xilinx-ppc440-generic_flash_defconfig > > diff --git a/configs/xilinx-ppc440-generic_flash_defconfig b/configs/xilinx-ppc440-generic_flash_defconfig > deleted file mode 100644 > index 629903344b77..000000000000 > --- a/configs/xilinx-ppc440-generic_flash_defconfig > +++ /dev/null > @@ -1,8 +0,0 @@ > -CONFIG_PPC=y > -CONFIG_4xx=y > -CONFIG_TARGET_XILINX_PPC440_GENERIC=y > -CONFIG_SYS_EXTRA_OPTIONS="SYS_TEXT_BASE=0xF7F60000,RESET_VECTOR_ADDRESS=0xF7FFFFFC" > -# CONFIG_CMD_IMLS is not set > -# CONFIG_CMD_SETEXPR is not set > -# CONFIG_CMD_NET is not set > -# CONFIG_CMD_NFS is not set > Acked-by: Stefan Roese Thanks, Stefan