Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72180
b: refs/heads/master
c: 9f2326b
h: refs/heads/master
v: v3
  • Loading branch information
FUJITA Tomonori authored and Jens Axboe committed Oct 23, 2007
1 parent da3013c commit c5edd24
Show file tree
Hide file tree
Showing 45 changed files with 486 additions and 966 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 101e4d91f5e8c78d64970c03323d942d6706320f
refs/heads/master: 9f2326be52f4fa83d20a75998cd3c87b300588c4
1 change: 1 addition & 0 deletions trunk/arch/arm/common/dmabounce.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <linux/dma-mapping.h>
#include <linux/dmapool.h>
#include <linux/list.h>
#include <linux/scatterlist.h>

#include <asm/cacheflush.h>

Expand Down
13 changes: 1 addition & 12 deletions trunk/arch/m68knommu/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -451,12 +451,6 @@ config MOD5272
help
Support for the Netburner MOD-5272 board.

config SAVANTrosie1
bool "Savant Rosie1 board support"
depends on M523x
help
Support for the Savant Rosie1 board.

config ROMFS_FROM_ROM
bool "ROMFS image not RAM resident"
depends on (NETtel || SNAPGEAR)
Expand Down Expand Up @@ -498,12 +492,7 @@ config SNEHA
bool
default y
depends on CPU16B

config SAVANT
bool
default y
depends on SAVANTrosie1


config AVNET
bool
default y
Expand Down
3 changes: 1 addition & 2 deletions trunk/arch/m68knommu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ board-$(CONFIG_SNEHA) := SNEHA
board-$(CONFIG_M5208EVB) := M5208EVB
board-$(CONFIG_MOD5272) := MOD5272
board-$(CONFIG_AVNET) := AVNET
board-$(CONFIG_SAVANT) := SAVANT
BOARD := $(board-y)

model-$(CONFIG_RAMKERNEL) := ram
Expand Down Expand Up @@ -118,4 +117,4 @@ core-y += arch/m68knommu/kernel/ \
libs-y += arch/m68knommu/lib/

archclean:

$(Q)$(MAKE) $(clean)=arch/m68knommu/boot
Loading

0 comments on commit c5edd24

Please sign in to comment.