diff mbox

[U-Boot,22/38] sandbox: Don't include asm/u-boot.h in common

Message ID 20170517142311.29484-23-sjg@chromium.org
State Accepted
Commit 587b6226aa1f52a0c679443b0d1a3c9445fe39aa
Delegated to: Tom Rini
Headers show

Commit Message

Simon Glass May 17, 2017, 2:22 p.m. UTC
This is not actually needed anywhere, so drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 include/common.h | 3 ---
 1 file changed, 3 deletions(-)

Comments

Tom Rini June 6, 2017, 12:19 a.m. UTC | #1
On Wed, May 17, 2017 at 08:22:55AM -0600, Simon Glass wrote:

> This is not actually needed anywhere, so drop it.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/include/common.h b/include/common.h
index 298cbbc1a6..e0fbe6b3bf 100644
--- a/include/common.h
+++ b/include/common.h
@@ -433,9 +433,6 @@  static inline int setenv_addr(const char *varname, const void *addr)
 #ifdef CONFIG_X86
 # include <asm/u-boot.h>
 #endif /* CONFIG_X86 */
-#ifdef CONFIG_SANDBOX
-# include <asm/u-boot.h>
-#endif
 #ifdef CONFIG_NDS32
 # include <asm/mach-types.h>
 # include <asm/setup.h>