projects
/
profile
/
common
/
platform
/
kernel
/
u-boot-artik.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f176d8f
)
common: remove endif of CONFIG_PPC
author
Chanho Park
<chanho61.park@samsung.com>
Wed, 22 Jul 2015 11:50:25 +0000
(20:50 +0900)
committer
Chanho Park
<chanho61.park@samsung.com>
Fri, 24 Jul 2015 07:29:46 +0000
(16:29 +0900)
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
include/common.h
patch
|
blob
|
history
diff --git
a/include/common.h
b/include/common.h
index 036908278e2b957c74fdbb02c70cfe7f547122bd..42d9efa3179c4ad4573740c9d3a861b4f88bb7ec 100644
(file)
--- a/
include/common.h
+++ b/
include/common.h
@@
-342,7
+342,6
@@
int saveenv (void);
int setenv (const char *, const char *);
int setenv_ulong(const char *varname, ulong value);
int setenv_addr(const char *varname, const void *addr);
-#endif /* CONFIG_PPC */
#ifdef CONFIG_ARM
# include <asm/mach-types.h>
# include <asm/setup.h>