diff options
author | Gerald Van Baren <vanbaren@cideas.com> | 2008-06-03 20:34:45 -0400 |
---|---|---|
committer | Gerald Van Baren <vanbaren@cideas.com> | 2008-06-09 21:13:35 -0400 |
commit | fec6d9ee7c10443f65ce1788ef818919167bbf2e (patch) | |
tree | 1504a066f4062f5ddead739a32555a4a7a1df09d /cpu/74xx_7xx | |
parent | 62bcdda293efa752f8281fbd9da03822b27ce82f (diff) | |
download | u-boot-imx-fec6d9ee7c10443f65ce1788ef818919167bbf2e.zip u-boot-imx-fec6d9ee7c10443f65ce1788ef818919167bbf2e.tar.gz u-boot-imx-fec6d9ee7c10443f65ce1788ef818919167bbf2e.tar.bz2 |
Remove the deprecated CONFIG_OF_FLAT_TREE
Use CONFIG_OF_LIBFDT instead to support flattened device trees. It is
cleaner, has better functionality, and is better supported.
Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
Diffstat (limited to 'cpu/74xx_7xx')
-rw-r--r-- | cpu/74xx_7xx/cpu.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpu/74xx_7xx/cpu.c b/cpu/74xx_7xx/cpu.c index a6e3426..ea43c9a 100644 --- a/cpu/74xx_7xx/cpu.c +++ b/cpu/74xx_7xx/cpu.c @@ -49,10 +49,6 @@ #include <fdt_support.h> #endif -#if defined(CONFIG_OF_FLAT_TREE) -#include <ft_build.h> -#endif - #ifdef CONFIG_AMIGAONEG3SE #include "../board/MAI/AmigaOneG3SE/via686.h" #include "../board/MAI/AmigaOneG3SE/memio.h" |