Move NPCM7XX bootrom to a subdirectory
diff --git a/Makefile b/npcm7xx/Makefile
similarity index 100%
rename from Makefile
rename to npcm7xx/Makefile
diff --git a/README.md b/npcm7xx/README.md
similarity index 100%
rename from README.md
rename to npcm7xx/README.md
diff --git a/bootrom.ld b/npcm7xx/bootrom.ld
similarity index 100%
rename from bootrom.ld
rename to npcm7xx/bootrom.ld
diff --git a/image.c b/npcm7xx/image.c
similarity index 100%
rename from image.c
rename to npcm7xx/image.c
diff --git a/start.S b/npcm7xx/start.S
similarity index 100%
rename from start.S
rename to npcm7xx/start.S