summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-12 12:19:39 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2007-07-12 12:19:39 +0200
commit9994dfb818c7b2d796544965fee8f515285020c6 (patch)
tree784cf9a862da39de67f7c46ec60186ce268976f8 /arch
parentd757720766629dcd94af70ea65ccd8ba5eb47e4b (diff)
downloadbarebox-9994dfb818c7b2d796544965fee8f515285020c6.tar.gz
barebox-9994dfb818c7b2d796544965fee8f515285020c6.tar.xz
rename linux target to sandbox
Diffstat (limited to 'arch')
-rw-r--r--arch/sandbox/Makefile22
-rw-r--r--arch/sandbox/configs/linux_defconfig129
2 files changed, 11 insertions, 140 deletions
diff --git a/arch/sandbox/Makefile b/arch/sandbox/Makefile
index 5c7db6ddd3..7f8b6bac81 100644
--- a/arch/sandbox/Makefile
+++ b/arch/sandbox/Makefile
@@ -4,10 +4,10 @@ CPPFLAGS += -fno-builtin -ffreestanding -nostdinc -Wall \
-fno-strict-aliasing
-machine-y := linux
+machine-y := sandbox
-BOARD:= arch/linux/lib
-board-y := linux
+BOARD:= arch/sandbox/lib
+board-y := sandbox
TEXT_BASE = $(CONFIG_TEXT_BASE)
@@ -49,25 +49,25 @@ export ELF_FORMAT ELF_ARCH SUBARCH
# them changed. We use .arch to indicate when they were updated
# last, otherwise make uses the target directory mtime.
-include/asm-linux/.arch: $(wildcard include/config/arch/*.h) include/config/auto.conf
- @echo ' SYMLINK include/asm-linux/arch -> include/asm-linux/$(INCDIR)'
+include/asm-sandbox/.arch: $(wildcard include/config/arch/*.h) include/config/auto.conf
+ @echo ' SYMLINK include/asm-sandbox/arch -> include/asm-sandbox/$(INCDIR)'
ifneq ($(KBUILD_SRC),)
- $(Q)mkdir -p include/asm-linux
- $(Q)ln -fsn $(srctree)/include/asm-linux/$(INCDIR) include/asm-linux/arch
+ $(Q)mkdir -p include/asm-sandbox
+ $(Q)ln -fsn $(srctree)/include/asm-sandbox/$(INCDIR) include/asm-sandbox/arch
else
- $(Q)ln -fsn $(INCDIR) include/asm-linux/arch
+ $(Q)ln -fsn $(INCDIR) include/asm-sandbox/arch
endif
@touch $@
archprepare: maketools
PHONY += maketools
-maketools: include/asm-linux/.arch
+maketools: include/asm-sandbox/.arch
cmd_uboot__ = $(CC) -o $@ -Wl,-T,$(uboot-lds) \
-Wl,--start-group $(uboot-common) -Wl,--end-group \
-lrt -Wl,-rpath,/lib -lrt -lpthread
-common-y += arch/linux/lib/ arch/linux/board/
+common-y += arch/sandbox/lib/ arch/sandbox/board/
-MRPROPER_FILES += include/asm-linux/arch
+MRPROPER_FILES += include/asm-sandbox/arch
diff --git a/arch/sandbox/configs/linux_defconfig b/arch/sandbox/configs/linux_defconfig
deleted file mode 100644
index 9a6f20a931..0000000000
--- a/arch/sandbox/configs/linux_defconfig
+++ /dev/null
@@ -1,129 +0,0 @@
-#
-# Automatically generated make config: don't edit
-# U-Boot version: 2.0.0-trunk
-# Fri Jun 29 10:30:11 2007
-#
-CONFIG_LINUX=y
-CONFIG_ZLIB=y
-CONFIG_GREGORIAN_CALENDER=y
-
-#
-# General Settings
-#
-CONFIG_PROMPT="uboot> "
-CONFIG_BAUDRATE=115200
-CONFIG_CMDLINE_EDITING=y
-# CONFIG_AUTO_COMPLETE is not set
-# CONFIG_LONGHELP is not set
-CONFIG_CBSIZE=1024
-CONFIG_MAXARGS=16
-CONFIG_HUSH_PARSER=y
-CONFIG_PROMPT_HUSH_PS2="> "
-CONFIG_ZERO_BOOTDELAY_CHECK=y
-CONFIG_DYNAMIC_CRC_TABLE=y
-CONFIG_ERRNO_MESSAGES=y
-CONFIG_TIMESTAMP=y
-CONFIG_CONSOLE_ACTIVATE_FIRST=y
-# CONFIG_OF_FLAT_TREE is not set
-
-#
-# Commands
-#
-CONFIG_CMD_HELP=y
-
-#
-# scripting
-#
-# CONFIG_CMD_AUTOSCRIPT is not set
-CONFIG_CMD_EDIT=y
-CONFIG_CMD_EXEC=y
-CONFIG_CMD_SLEEP=y
-CONFIG_CMD_ENVIRONMENT=y
-CONFIG_CMD_ENV=y
-
-#
-# console
-#
-# CONFIG_CMD_CLEAR is not set
-# CONFIG_CMD_CONSOLE is not set
-CONFIG_CMD_ECHO=y
-# CONFIG_CMD_SPLASH is not set
-
-#
-# i2c
-#
-# CONFIG_CMD_I2C is not set
-
-#
-# memory
-#
-# CONFIG_CMD_LOADB is not set
-# CONFIG_CMD_LOADS is not set
-# CONFIG_CMD_MEMINFO is not set
-CONFIG_CMD_MEMORY=y
-# CONFIG_CMD_MTEST is not set
-
-#
-# network
-#
-# CONFIG_CMD_MII is not set
-
-#
-# flash
-#
-CONFIG_CMD_FLASH=y
-
-#
-# booting
-#
-# CONFIG_CMD_BOOTM is not set
-
-#
-# Debugging
-#
-CONFIG_NET=y
-CONFIG_NET_BOOTP=y
-CONFIG_NET_DHCP=y
-# CONFIG_NET_RARP is not set
-# CONFIG_NET_SNTP is not set
-# CONFIG_NET_NFS is not set
-CONFIG_NET_PING=y
-CONFIG_NET_TFTP=y
-
-#
-# Drivers
-#
-
-#
-# serial drivers
-#
-CONFIG_DRIVER_SERIAL_LINUX_COMSOLE=y
-
-#
-# Network drivers
-#
-CONFIG_DRIVER_NET_TAP=y
-
-#
-# video drivers
-#
-# CONFIG_DRIVER_VIDEO_S1D13706 is not set
-
-#
-# I2C drivers
-#
-
-#
-# USB host support
-#
-
-#
-# flash drivers
-#
-# CONFIG_DRIVER_CFI is not set
-# CONFIG_DRIVER_CFI_NEW is not set
-
-#
-# Filesystem support
-#
-CONFIG_FS_CRAMFS=y