1
0
Fork 0
forked from len0rd/rockbox

S5L8702: Rename nor-* to norboot-*

Since the SPI NOR flash is only used for the bootloader, rename the files accordingly, This is a preparation for the nandboot driver will be introduced, since S5L8720+ don't have an SPI NOR flash anymore.

This is a part of the large iPod Nano 4G and iPod Touch 2G support patch.

Credit: Cástor Muñoz <cmvidal@gmail.com>
Change-Id: Iea835fd2029470bfe9f813631ad4f3db711facc3
This commit is contained in:
Vencislav Atanasov 2024-12-07 00:47:57 +02:00
parent 2669548bcd
commit a29b570ac4
7 changed files with 6 additions and 6 deletions

View file

@ -27,7 +27,7 @@
#include "s5l87xx.h"
#include "spi-s5l8702.h"
#include "crypto-s5l8702.h"
#include "nor-target.h"
#include "norboot-target.h"
static void bootflash_ce(int port, bool state)
{