diff options
-rw-r--r-- | configs/picosam9g45_defconfig | 1 | ||||
-rw-r--r-- | include/configs/picosam9g45.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/configs/picosam9g45_defconfig b/configs/picosam9g45_defconfig index 41281934bc..ccca1ca849 100644 --- a/configs/picosam9g45_defconfig +++ b/configs/picosam9g45_defconfig @@ -3,6 +3,7 @@ CONFIG_ARCH_AT91=y CONFIG_TARGET_PICOSAM9G45=y CONFIG_SPL=y CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9M10G45,SYS_USE_MMC" +CONFIG_SYS_PROMPT="U-Boot> " # CONFIG_CMD_BDI is not set # CONFIG_CMD_IMI is not set # CONFIG_CMD_IMLS is not set diff --git a/include/configs/picosam9g45.h b/include/configs/picosam9g45.h index e3039c2a5d..9e9b1d0c1d 100644 --- a/include/configs/picosam9g45.h +++ b/include/configs/picosam9g45.h @@ -156,7 +156,6 @@ #define CONFIG_BAUDRATE 115200 -#define CONFIG_SYS_PROMPT "U-Boot> " #define CONFIG_SYS_CBSIZE 256 #define CONFIG_SYS_MAXARGS 16 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE \ |