]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fdt: Correct global_data condition in main
authorSimon Glass <sjg@chromium.org>
Wed, 28 Nov 2012 07:54:58 +0000 (07:54 +0000)
committerGerald Van Baren <gvb@unssw.com>
Thu, 29 Nov 2012 00:26:49 +0000 (19:26 -0500)
commitf39612d360c02ce97e7ca7a872693f348f7ec8fd
tree7d73a83809e7ad4216d9be42931b552c3f23e5f4
parentd41b3cc16fd97da23900f79e8fefdeedeebde8f6
fdt: Correct global_data condition in main

We need an extra condition here in case we want to use fdt without the
silent console/cmdline editing/post options. It is easier to just remove
the #ifdef.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/main.c