projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a5804b
)
fdtdec: fix OF_CONTROL switch
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Tue, 11 Aug 2015 22:31:53 +0000
(07:31 +0900)
committer
Tom Rini
<trini@konsulko.com>
Tue, 18 Aug 2015 17:46:04 +0000
(13:46 -0400)
There is no case where defined(SPL_DISABLE_OF_CONTROL) is true.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/fdtdec.h
patch
|
blob
|
history
diff --git
a/include/fdtdec.h
b/include/fdtdec.h
index 62acbd0840aad08217e514ab6affa396f85caeff..2ef3f662cc87c36b7371f16c37c237a42e3650dc 100644
(file)
--- a/
include/fdtdec.h
+++ b/
include/fdtdec.h
@@
-46,7
+46,7
@@
struct fdt_memory {
#endif
#ifdef CONFIG_OF_CONTROL
-# if defined(CONFIG_SPL_BUILD) && defined(SPL_DISABLE_OF_CONTROL)
+# if defined(CONFIG_SPL_BUILD) && defined(
CONFIG_
SPL_DISABLE_OF_CONTROL)
# define OF_CONTROL 0
# else
# define OF_CONTROL 1