From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Tue, 3 Jun 2008 21:17:37 -0400 Subject: [U-Boot-Users] [PATCH 0/3 (v2)] Remove the deprecated CONFIG_OF_FLAT_TREE Message-ID: <20080604011737.GA16795@cideas.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The following troika of patches switch the final two boards (mpc7448hpc2 and stxxst) from using CONFIG_OF_FLAT_TREE to CONFIG_OF_LIBFDT and then remove support for CONFIG_OF_FLAT_TREE. Since I don't have access to the boards I could not test them. If someone can test the conversions and provide patches, I would appreciate it. For the stxxtc board, I don't see how it uses CONFIG_OF_* at all, leading me to believe that the FDT support for that board has bit-rotted away already. Again, patches are welcome. Best regards, gvb