Skip to content
Snippets Groups Projects
Commit 177f3860 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

Minor coding style fixes.


Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent 181f565c
No related branches found
No related tags found
No related merge requests found
......@@ -551,8 +551,5 @@ reset_cpu:
str r1, [r2]
b reset_endless
reset_endless:
b reset_endless
......@@ -131,8 +131,6 @@
# define CONFIG_SYS_DRAM_SIZE 0x01000000
#endif
/* FLASH organization */
#define CONFIG_SYS_TEXT_BASE 0x50000000
#ifdef CONFIG_FLASH2X2
......
......@@ -126,8 +126,6 @@
* Hardware drivers
*/
/*
* Physical Memory Map
*/
......@@ -247,7 +245,6 @@
#define CONFIG_SYS_INIT_SP_ADDR \
(CONFIG_SYS_SDRAM_BASE + 0x1000 - GENERATED_GBL_DATA_SIZE)
/*
* GPIO settings
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment