diff mbox series

[3/6] README: Update directory hierarchy

Message ID ed416968-17be-5abf-d016-03ac9352a60b@lineo.co.jp
State Accepted
Commit e4eb313af0986492236e7f5eb88919e20025881a
Delegated to: Tom Rini
Headers show
Series [1/6] README: Update links to mailing list archives | expand

Commit Message

Naoki Hayama Oct. 8, 2020, 4:16 a.m. UTC
Removed:
- /arch/openrisc

Added:
- /arch/xtensa
- /env

Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp>
---

 README | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Tom Rini Oct. 23, 2020, 12:28 a.m. UTC | #1
On Thu, Oct 08, 2020 at 01:16:38PM +0900, Naoki Hayama wrote:

> Removed:
> - /arch/openrisc
> 
> Added:
> - /arch/xtensa
> - /env
> 
> Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp>

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

Patch

diff --git a/README b/README
index efa47c6363..e8d7df21fb 100644
--- a/README
+++ b/README
@@ -136,12 +136,12 @@  Directory Hierarchy:
   /mips			Files generic to MIPS architecture
   /nds32		Files generic to NDS32 architecture
   /nios2		Files generic to Altera NIOS2 architecture
-  /openrisc		Files generic to OpenRISC architecture
   /powerpc		Files generic to PowerPC architecture
   /riscv		Files generic to RISC-V architecture
   /sandbox		Files generic to HW-independent "sandbox"
   /sh			Files generic to SH architecture
   /x86			Files generic to x86 architecture
+  /xtensa		Files generic to Xtensa architecture
 /api			Machine/arch independent API for external apps
 /board			Board dependent files
 /cmd			U-Boot commands functions
@@ -151,6 +151,7 @@  Directory Hierarchy:
 /doc			Documentation (don't expect too much)
 /drivers		Commonly used device drivers
 /dts			Contains Makefile for building internal U-Boot fdt.
+/env			Environment files
 /examples		Example code for standalone applications, etc.
 /fs			Filesystem code (cramfs, ext2, jffs2, etc.)
 /include		Header Files