diff options
| author | Simon Glass <[email protected]> | 2017-03-28 10:27:28 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-04-05 13:55:07 -0400 |
| commit | 689697785e04aefd08b6efdc4e47a737819da173 (patch) | |
| tree | fe4090eda1086a2e569f9be167c3d112bec026d0 /include | |
| parent | d891ab95c2086503f1bfca4c34af35cb64dfab1f (diff) | |
board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f()
We don't need a special hook for sandbox as one of the later ones will do
just as well. We can print error messages about bad options after we
print the banner. In fact, it seems better.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/sandbox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 6b3cd18046d..7de8765dc80 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -199,4 +199,6 @@ #define CONFIG_SYS_SYSTEMACE_WIDTH 16 #define CONFIG_SYS_SYSTEMACE_BASE 0 +#define CONFIG_MISC_INIT_F + #endif |
