diff options
| author | Tom Rini <[email protected]> | 2022-06-17 09:13:50 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-06-17 09:13:50 -0400 |
| commit | ee4b80a6e276c433f1c59669b7fec47d6146ceaf (patch) | |
| tree | ad1b79d1af1e6595910bbce43e56b8e30bbf44f9 /include/configs | |
| parent | 9abfbef57f55f31e42940ac2a18ebccfb087e5c6 (diff) | |
| parent | 3c07d639ede998cb682c284d1ffc4a3ddb062e13 (diff) | |
Merge branch '2022-06-16-assorted-bugfixes'
- A wide array of regression fixes and minor updates
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/odroid_xu3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/odroid_xu3.h b/include/configs/odroid_xu3.h index eb35d7b4ae2..360815bc03e 100644 --- a/include/configs/odroid_xu3.h +++ b/include/configs/odroid_xu3.h @@ -86,6 +86,7 @@ "rootfstype=ext4\0" \ "console=console=ttySAC2,115200n8\0" \ "fdtfile=exynos5422-odroidxu3.dtb\0" \ + "board=odroid\0" \ "board_name=odroidxu3\0" \ "mmcbootdev=0\0" \ "mmcrootdev=0\0" \ |
