diff options
Diffstat (limited to 'include/configs/rpi-common.h')
-rw-r--r-- | include/configs/rpi-common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/rpi-common.h b/include/configs/rpi-common.h index 1012cdd292..8830a10efb 100644 --- a/include/configs/rpi-common.h +++ b/include/configs/rpi-common.h @@ -14,7 +14,6 @@ #define CONFIG_SYS_GENERIC_BOARD #define CONFIG_BCM2835 #define CONFIG_ARCH_CPU_INIT -#define CONFIG_SYS_DCACHE_OFF #define CONFIG_SYS_TIMER_RATE 1000000 #define CONFIG_SYS_TIMER_COUNTER \ @@ -116,7 +115,6 @@ /* Shell */ #define CONFIG_SYS_MAXARGS 8 -#define CONFIG_SYS_PROMPT "U-Boot> " #define CONFIG_COMMAND_HISTORY /* Commands */ |