diff options
| author | Jim Liu <[email protected]> | 2023-06-13 15:45:54 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-07-14 15:21:07 -0400 |
| commit | 74435c7904f21ea871a977c51a535fb7e0455e2c (patch) | |
| tree | 954e3e275680d2cb30527054e2b25810c4128120 /include | |
| parent | e0a1c81cd83b96e0d4a64dc9f567288a9bee7c85 (diff) | |
board: nuvoton: add env setting for boot to linux
add console and mem env to boot to linux kernel
Signed-off-by: Jim Liu <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/poleg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/poleg.h b/include/configs/poleg.h index c3f1d3393cb..1e96e838be4 100644 --- a/include/configs/poleg.h +++ b/include/configs/poleg.h @@ -27,6 +27,8 @@ "eth1addr=00:00:F7:A0:00:FD\0" \ "eth2addr=00:00:F7:A0:00:FE\0" \ "eth3addr=00:00:F7:A0:00:FF\0" \ + "console=ttyS0,115200n8\0" \ + "earlycon=uart8250,mmio32,0xf0000000\0" \ "common_bootargs=setenv bootargs earlycon=${earlycon} root=/dev/ram " \ "console=${console} mem=${mem} ramdisk_size=48000 basemac=${ethaddr}\0" \ "sd_prog=fatload mmc 0 10000000 image-bmc; cp.b 10000000 80000000 ${filesize}\0" \ |
