]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - board/nuvoton/arbel_evb/arbel_evb.c
board: nuvoton: update console environment variable
[thirdparty/u-boot.git] / board / nuvoton / arbel_evb / arbel_evb.c
index 59e1a4256462d382324473c84b76acb9f40353b3..8fc56c18397689dc140fe109ab5ee6bf75adce84 100644 (file)
@@ -7,6 +7,7 @@
 #include <dm.h>
 #include <asm/io.h>
 #include <asm/arch/gcr.h>
+#include "../common/uart.h"
 
 #define SR_MII_CTRL_SWR_BIT15  15
 
@@ -90,3 +91,9 @@ int dram_init_banksize(void)
        return 0;
 }
 
+int last_stage_init(void)
+{
+       board_set_console();
+
+       return 0;
+}