arm: Tegra: Fix Harmony and Ventana builds in u-boot-tegra/master
authorTom Warren <twarren@nvidia.com>
Mon, 19 Dec 2011 22:58:06 +0000 (15:58 -0700)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 24 Dec 2011 09:23:32 +0000 (10:23 +0100)
Seaboard changes have removed the need for common/board.o in the
Makefile. Propagate this change to the other Tegra2 builds.

Signed-off-by: Tom Warren <twarren@nvidia.com>
board/nvidia/harmony/Makefile
board/nvidia/ventana/Makefile
include/configs/ventana.h

index f6599de..b6efa1c 100644 (file)
@@ -31,7 +31,6 @@ endif
 LIB    = $(obj)lib$(BOARD).o
 
 COBJS  := $(BOARD).o
-COBJS  += ../common/board.o
 
 SRCS   := $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS))
index d5140c8..eced323 100644 (file)
@@ -31,8 +31,7 @@ endif
 
 LIB    = $(obj)lib$(BOARD).o
 
-COBJS  += ../seaboard/seaboard.o
-COBJS  += ../common/board.o
+COBJS  = ../seaboard/seaboard.o
 
 SRCS   := $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS))
index afd6ff6..acc9b43 100644 (file)
@@ -52,4 +52,7 @@
 #define CONFIG_EFI_PARTITION
 #define CONFIG_CMD_EXT2
 #define CONFIG_CMD_FAT
+
+/* Environment not stored */
+#define CONFIG_ENV_IS_NOWHERE
 #endif /* __CONFIG_H */