projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2d1191
)
imx8qm_mek: Remove unneeded config options settings
author
Fabio Estevam
<
[email protected]
>
Wed, 8 May 2019 12:02:07 +0000
(09:02 -0300)
committer
Stefano Babic
<
[email protected]
>
Tue, 11 Jun 2019 08:42:48 +0000
(10:42 +0200)
Remove such unneeded custom config options because the
provided default values are good enough.
Signed-off-by: Fabio Estevam <
[email protected]
>
Acked-by: Peng Fan <
[email protected]
>
include/configs/imx8qm_mek.h
patch
|
blob
|
history
diff --git
a/include/configs/imx8qm_mek.h
b/include/configs/imx8qm_mek.h
index 2bdf3be65460cae08923eec82bd2179cd086d942..d06ed61c80775db79fcddd0c4b8b457d88afb627 100644
(file)
--- a/
include/configs/imx8qm_mek.h
+++ b/
include/configs/imx8qm_mek.h
@@
-155,15
+155,6
@@
/* Serial */
#define CONFIG_BAUDRATE 115200
-/* Monitor Command Prompt */
-#define CONFIG_HUSH_PARSER
-#define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
-#define CONFIG_SYS_CBSIZE 2048
-#define CONFIG_SYS_MAXARGS 64
-#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
-#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
- sizeof(CONFIG_SYS_PROMPT) + 16)
-
/* Generic Timer Definitions */
#define COUNTER_FREQUENCY 8000000 /* 8MHz */