]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
authorJerry Van Baren <gvb.uboot@gmail.com>
Sat, 22 Mar 2008 18:23:49 +0000 (14:23 -0400)
committerWolfgang Denk <wd@denx.de>
Tue, 25 Mar 2008 23:22:39 +0000 (00:22 +0100)
commit43ddd9c820fec44816188f53346b464e20b3142d
treed0e0e312c8d6d647d96716c3c4c9b8b0383ca05f
parent22ed2285743359fd1fe73e411dff914b2256e68f
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>
common/cmd_bootm.c
common/cmd_fdt.c
common/fdt_support.c
include/configs/stxxtc.h
include/fdt_support.h