
Hi Simon,
On Wed, 15 Oct 2014 02:05:38 -0600 Simon Glass sjg@chromium.org wrote:
Add an additional function for adding information to the device tree before booting. This permits additions which are not board-specific.
Signed-off-by: Simon Glass sjg@chromium.org
README | 9 ++++++++- common/cmd_fdt.c | 15 +++++++++++++++ common/image-fdt.c | 6 ++++++ include/fdt_support.h | 12 ++++++++++++ include/image.h | 6 ++++++ 5 files changed, 47 insertions(+), 1 deletion(-)
One minor comment below. Otherwise
Acked-by: Anatolij Gustschin agust@denx.de
diff --git a/README b/README index 46def00..6ecb3e0 100644 --- a/README +++ b/README @@ -670,6 +670,13 @@ The following options need to be configured: Board code has addition modification that it wants to make to the flat device tree before handing it off to the kernel
CONFIG_OF_SYSTEM_SETUP
Other code has addition modification that it wants to make
to the flat device tree before handing it off to the kernel
This causes ft_board_setup() to be called before booting the
ft_system_setup()
Thanks,
Anatolij