diff options
author | Tony Dinh <mibodhi@gmail.com> | 2022-08-11 16:40:25 -0700 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2022-08-23 12:35:37 +0200 |
commit | 7875f8019c15ee557d4d7807cd1164876b47e8f3 (patch) | |
tree | 3cb11227b387af21e14489fd25d66e3418f0b1ff /board/zyxel/nsa310s | |
parent | 5692e5b2445b5e45d463e9e21c7a296ee4d3d96c (diff) | |
download | u-boot-7875f8019c15ee557d4d7807cd1164876b47e8f3.tar.gz |
arm: kirkwood: nsa310s: Add Distro boot capability
- Add distro boot to board include file and deconfig file
- Miscellaneous changes:
- Remove Gerald from maintainer list (email bounced)
- Add CONFIG_SUPPORT_PASSING_ATAGS and friends to support legacy
kernel method of booting (e.g. OpenWrt) with appended DTB.
- Add CONFIG_UBIFS_SILENCE_MSG to reduce binary size.
Note that this patch is depended on the following patch:
https://patchwork.ozlabs.org/project/uboot/patch/20220807192709.21717-1-pali@kernel.org/
Signed-off-by: Tony Dinh <mibodhi@gmail.com>
Diffstat (limited to 'board/zyxel/nsa310s')
-rw-r--r-- | board/zyxel/nsa310s/MAINTAINERS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/zyxel/nsa310s/MAINTAINERS b/board/zyxel/nsa310s/MAINTAINERS index d153758c218..11106acf3e9 100644 --- a/board/zyxel/nsa310s/MAINTAINERS +++ b/board/zyxel/nsa310s/MAINTAINERS @@ -1,5 +1,4 @@ NSA310S BOARD -M: Gerald Kerma <dreagle@doukki.net> M: Tony Dinh <mibodhi@gmail.com> M: Luka Perkov <luka.perkov@sartura.hr> S: Maintained |