diff options
author | Jerry Van Baren <gvb.uboot@gmail.com> | 2008-03-22 14:23:49 -0400 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-03-26 00:22:39 +0100 |
commit | 43ddd9c820fec44816188f53346b464e20b3142d (patch) | |
tree | d0e0e312c8d6d647d96716c3c4c9b8b0383ca05f /include/configs | |
parent | 22ed2285743359fd1fe73e411dff914b2256e68f (diff) | |
download | u-boot-imx-43ddd9c820fec44816188f53346b464e20b3142d.zip u-boot-imx-43ddd9c820fec44816188f53346b464e20b3142d.tar.gz u-boot-imx-43ddd9c820fec44816188f53346b464e20b3142d.tar.bz2 |
Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
These defines embedded the u-boot env variables and/or the bd_t structure
in the fdt blob. The conclusion of discussion on the u-boot email list
was that embedding these in the fdt blob is not useful: there are better
ways of passing the data (in fact, the fdt blob itself replaces the
bd_t struct).
The only board that enables these is the stxxtc and they don't appear
to be used by linux.
Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
Acked-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/stxxtc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/stxxtc.h b/include/configs/stxxtc.h index b035857..f12765d 100644 --- a/include/configs/stxxtc.h +++ b/include/configs/stxxtc.h @@ -594,7 +594,5 @@ typedef unsigned int led_id_t; #define OF_CPU "PowerPC,MPC870@0" #define OF_TBCLK (MPC8XX_HZ / 16) -#define CONFIG_OF_HAS_BD_T 1 -#define CONFIG_OF_HAS_UBOOT_ENV 1 #endif /* __CONFIG_H */ |