arm64: Add console_init to enable console logs
BUG=None BRANCH=None TEST=Compiles sucessfully and hello libpayload seen on screen Change-Id: I73f888a7b8aa0065c1ca0bf7857c445cc5678cdc Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://chromium-review.googlesource.com/214073 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Commit-Queue: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
parent
6931236ba2
commit
6d6aa84d72
1 changed files with 4 additions and 2 deletions
|
|
@ -55,11 +55,13 @@ void start_main(void)
|
|||
{
|
||||
extern int main(int argc, char **argv);
|
||||
|
||||
printf("hello libpayload world");
|
||||
/* Gather system information. */
|
||||
lib_get_sysinfo();
|
||||
|
||||
|
||||
#ifndef CONFIG_LP_SKIP_CONSOLE_INIT
|
||||
console_init();
|
||||
#endif
|
||||
printf("ARM64: Libpayload %s\n",__func__);
|
||||
exception_init();
|
||||
|
||||
test_exception();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue