SAMA5 norboot configuration updates

This commit is contained in:
Gregory Nutt 2013-10-20 08:46:52 -06:00
parent b5a22632d7
commit 5316b1755f
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ int nor_main(int argc, char *argv)
cp15_invalidate_dcache_all();
cp15_invalidate_tlbs();
#ifdef SAMA5_NOR_START
#ifdef CONFIG_SAMA5_NOR_START
/* Then jump into NOR flash */
#if 0 /* Trying to printf() in this state is fatal */