From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Fri, 28 Mar 2008 21:28:28 -0400 Subject: [U-Boot-Users] [PATCH] remove remaining CONFIG_OF_HAS_{UBOOT_ENV, BD_T} code In-Reply-To: <20080328173749.de3f6a79.kim.phillips@freescale.com> References: <20080328173749.de3f6a79.kim.phillips@freescale.com> Message-ID: <47ED9B3C.9030808@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Kim Phillips wrote: > finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d, > "Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T" > started. > > Signed-off-by: Kim Phillips > --- > This one's for you, Wolfgang. > > README | 13 ------ > common/ft_build.c | 113 ----------------------------------------------------- > lib_ppc/bootm.c | 12 ------ > 3 files changed, 0 insertions(+), 138 deletions(-) My bad, I missed these pieces. Thanks for catching this, Kim. Acked-by: Gerald Van Baren