mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
Revert "sandbox: move source files from board/ to arch/sandbox/"
This reverts commit258060905e
. Conflicts: boards.cfg Wrong patch25806090
was applied by accident. Revert it. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Simon Glass <sjg@chromium.org> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
2072e72629
commit
c6eb9458e8
5 changed files with 9 additions and 2 deletions
|
@ -8,4 +8,4 @@
|
|||
#
|
||||
|
||||
|
||||
obj-y += interrupts.o sandbox.o
|
||||
obj-y += interrupts.o
|
||||
|
|
7
board/sandbox/sandbox/Makefile
Normal file
7
board/sandbox/sandbox/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
#
|
||||
# Copyright (c) 2011 The Chromium OS Authors.
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
|
||||
obj-y := sandbox.o
|
|
@ -1183,7 +1183,7 @@ Active powerpc ppc4xx - xilinx ppc405-generic
|
|||
Active powerpc ppc4xx - xilinx ppc405-generic xilinx-ppc405-generic_flash xilinx-ppc405-generic:SYS_TEXT_BASE=0xF7F60000,RESET_VECTOR_ADDRESS=0xF7FFFFFC Ricardo Ribalda <ricardo.ribalda@uam.es>
|
||||
Active powerpc ppc4xx - xilinx ppc440-generic xilinx-ppc440-generic xilinx-ppc440-generic:SYS_TEXT_BASE=0x04000000,RESET_VECTOR_ADDRESS=0x04100000,BOOT_FROM_XMD=1 Ricardo Ribalda <ricardo.ribalda@uam.es>
|
||||
Active powerpc ppc4xx - xilinx ppc440-generic xilinx-ppc440-generic_flash xilinx-ppc440-generic:SYS_TEXT_BASE=0xF7F60000,RESET_VECTOR_ADDRESS=0xF7FFFFFC Ricardo Ribalda <ricardo.ribalda@uam.es>
|
||||
Active sandbox sandbox - - <none> sandbox - Simon Glass <sjg@chromium.org>
|
||||
Active sandbox sandbox - sandbox sandbox sandbox - Simon Glass <sjg@chromium.org>
|
||||
Active sh sh2 - renesas rsk7203 rsk7203 - Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>:Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
|
||||
Active sh sh2 - renesas rsk7264 rsk7264 - Phil Edworthy <phil.edworthy@renesas.com>
|
||||
Active sh sh2 - renesas rsk7269 rsk7269 - -
|
||||
|
|
Loading…
Reference in a new issue